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: 
smilingjohn
Specialist
Specialist

Variable

HI

I have two variable one variable has vStartDate and  another is vEndDate

Now i have to display the value in two text box

value for start date And iam trying to use this formula but iam geting a dash symbol

if(Date=vStartDate ,sum(netAmount))

if(Date=vENdDate ,sum(netAmount))


Can plz some one correct the expression ?

11 Replies
tamilarasu
Champion
Champion

Hi John,

Please check the attachment. You can mention start date and end date in input box. Based on that the two text boxes will display the sum values.

Capture.PNG

Let me know if you have any clarifications !.

smilingjohn
Specialist
Specialist
Author

Thanks for your time Nagraj