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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jonafor25
Contributor II
Contributor II

Use variable in a compound expression

I need it to display the sum of that variable with that condition but it doesn't work

Sum({<FAMILIA={"OBRA GRUESA"}>}$(vVentaNetaTotalCY)

(vVentaNetaTotalCY)  is defined as a variable

 

Thanks.

Labels (1)
2 Replies
SunilChauhan
Champion II
Champion II

Missing bracket .try below

 

Sum({<FAMILIA={"OBRA GRUESA"}>}$(vVentaNetaTotalCY))

Sunil Chauhan
jonafor25
Contributor II
Contributor II
Author

Thanks, now it doesn't show the value of  "OBRA GRUESA", it shows the total.