Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
siddheshmane
Creator
Creator

Variables with Parameters

Hello Team,

I have been trying to solve this function for quite a while now. Could anybody help me with this.

I have a variable containing a set expression as

SUM({<Date= {">=$1<=$2"}, Product={"X"}>}Amount)

I am passing the values $1 and $2 through another variable 

='$(vSumAmt(' & chr(39) & '$(=$(vFrom(2018)))' & chr(39) & ',' & chr(39) & '$(=$(vTo(2018)))' & chr(39) & '))'

Is there something i am missing here?

Please help.

Thank you,

Siddhesh H Mane.

Labels (3)
1 Reply
Anil_Babu_Samineni

Parameters is not reading properly because of Static text of single quote? Can you please post how you defined the variable with SET and LET?

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