ScrambleAsync Method
Overloads
| ScrambleAsync(String) |
Scrambles a field so the data is not recognizable. Some properties are retained to help debugging. For example, special characters are not changed, and small numbers are scrambled to another small number. |
|
| ScrambleAsync(AsyncHandle, String) |
Scrambles a field so the data is not recognizable. Some properties are retained to help debugging. For example, special characters are not changed, and small numbers are scrambled to another small number. |
ScrambleAsync(String)
Scrambles a field so the data is not recognizable. Some properties are retained to help debugging. For example, special characters are not changed, and small numbers are scrambled to another small number.
Declaration
public Task ScrambleAsync([QixName("qFieldName")] string fieldName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fieldName |
Name of the field to scramble. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Remarks
Update access is required to use the function in Qlik Sense Enterprise.
ScrambleAsync(AsyncHandle, String)
Scrambles a field so the data is not recognizable. Some properties are retained to help debugging. For example, special characters are not changed, and small numbers are scrambled to another small number.
Declaration
public Task ScrambleAsync(AsyncHandle asyncHandle, [QixName("qFieldName")] string fieldName)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.String | fieldName |
Name of the field to scramble. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Remarks
Update access is required to use the function in Qlik Sense Enterprise.