Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
wenkew186
Creator
Creator

getcurrentfield(ALARM_GROUP)

hi every one,

    why the code is not successful,     =if(getcurrentfield(GROUP)='=$(v_variable)',1,0)   ?

becaue i have a dim_group , and a calculated dim in the group.  i want write a  condition.if the field in the ' ' is ok, but calculated dim is not successful. so i doubt if the ' ' can't have ‘=’? Thanks so much your ASAP help!

thanks,

kevin.

1 Solution

Accepted Solutions
Nicole-Smith

=if(getcurrentfield(GROUP)=v_variable,1,0)

View solution in original post

1 Reply
Nicole-Smith

=if(getcurrentfield(GROUP)=v_variable,1,0)