Hi Guys
Need some help with expression. How do I write an expression at the UX View in Show If column in the following condition :
-
[POSITION]=“OPERATOR”
-
[ACTIVE OR INACTIVE]=“ACTIVE”
Hi Guys
Need some help with expression. How do I write an expression at the UX View in Show If column in the following condition :
[POSITION]=“OPERATOR”
[ACTIVE OR INACTIVE]=“ACTIVE”
A view’s show_if is not evaluated in the context of any record, so column values are not available. What are you trying to do?
I am trying to filter off column [POSITION]=“OPERATOR” and [ACTIVE OR INACTIVE]=“ACTIVE”. Actually I already achieve using a slice but I want it to be filter direct from the source database instead of UX ouput had to get it from the slice.
Set your view on to the slice.
That doesn’t make any sense.