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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

calculate the expression

Hi guys,

set VAL=’$1*$2’;
Let X = $(VAL(6,4,9));


based on the above exp how to calculate the X value?


Thanks in advance

3 Replies
vinieme12
Champion III
Champion III

what is the objective here?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
tresesco
MVP
MVP

Try like:

=$(=$(X))

Or

=$(=$(=X))


the output would be 6*4 -> 24

Anil_Babu_Samineni

You mentioned only two parameters. In that, what was the intend to build 9

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful