RulePoint
- RulePoint 6.1.2
- All Products
Property
| Description
|
---|---|
Name
| The name of the Hash analytic. This must be a unique name.
|
Description
| Optional. The description of the analytic.
|
Type
| Select
Hash Analytic .
|
Hash Type
| The algorithm type:
|
Salt Value
| A random value that you need to add to generate the hashed value.
|
Conditional Evaluation Required
| Select 'true' if the result of this analytic is part of a conditional evaluation within a rule. Select 'false' if the result of this analytic can only be used for enrichment. Default is True.
|
Cache Duration
| Total number of seconds that the result of the hash analytic will be kept cached. Default is 0.
|
when 1 hashtopic m with hashanalytic(“hello”,100) as result !="" and list2vars(result, stringhashvalue, numberhashvalue) then response with body= "value of hello value is ${ stringhashvalue } and value of number value is ${numberhashvalue}"