Description
Scenario 1
There is a rule to set the sublabel of a field. This works fine in this scenario:
If field X = "Yes", then set Sublabel of field Y = "OK"
If field X <> "Yes", then set Sublabel of field Y = "NOK"
But it doesnt work in this scenario:
If field X = "Yes", then set Sublabel of field Y = "OK"
If field X <> "Yes", then set Sublabel of field Y = ""
When I set the value to "" (blank) - the rule doesn't do anything.
Scenario 2
Make it possible to activate and deactivate a sublabel via a rule. If it is deactivated, you also won’t see the sublabel – which is equal to setting it to “”.
Applies to
10x;11x;12x
Solution
For the Scenario 1 - We are not able to set the value of SubLabel to "". This is as designed feature and we can reset the value to anything but "". Even while designing the solution, we can not set a SubLabel to "".
Recommendation will be to use keywords like 'NA'/'Empty'/'NULL' at the place of ""
For the Scenario 2 - It has been marked as an improvement.
Comments
0 comments
Please sign in to leave a comment.