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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
srinivasa1
Creator II
Creator II

set anaylysis

Hi

can any one guide me how i can  add variable =   num($(vCalc)*100,'#.#') in below set analysis need to replace val1 and val2  with variable..

=MaxString({$<Id={'E01'},Key={'$(=$(vKey))'}, Type={$(vType)}, Val1={"<=7.1"}, val2{">=7.1"}>}id)

Thanks

Labels (1)
10 Replies
Not applicable

Hi

variables are use like this

=MaxString({$<Id={'E01'},Key={'$(=$(vKey))'}, Type={$(vType)}, val1={"<=$(var2)"}, val2={">=$(var1)"}id)

val1={"<=$(var2)"}

val2={">=$(var1)"}