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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable in E()

  Why does the Variable filter not work in the E() statement but it works in the last expressionw ithout the E() function?

Returns No Data when using the variable but if I hard code the filter with the same value as the variable instead of using filter, it works:

=sum({$<[VAR Reporting Name] = E({$1<Manufacturer = {'$(vManufacturer)'}>} [VAR Reporting Name])>} Sales) / 1000

The variable works in this instance below:

=sum({$<Manufacturer = {'$(vManufacturer)'}>} Sales)

0 Replies