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: 
Not applicable

ChangeHardcoded in variable

=((

SUM({1<Budgetscheiding ={'Detailhandel'}>} AantalHuidigJaar)-SUM({1<Budgetscheiding ={'Detailhandel'}>}AantalHuidigJaarMin1))/SUM({1<Budgetscheiding ={'Detailhandel'}>}AantalHuidigJaarMin1

))

How can i change te hardcoded words Detailhandel in the Variable test.

Thanks,



2 Replies
Not applicable
Author

Are you trying to create a variable test and use that to store the desired value for Budgetscheiding?

Is so, create the variable and give it a value. Then use:


=((SUM({1<Budgetscheiding ={'$(Test)'}>} AantalHuidigJaar)-
SUM({1<Budgetscheiding ={'$(Test)'}>}AantalHuidigJaarMin1))/
SUM({1<Budgetscheiding ={'$(Test)'}>}AantalHuidigJaarMin1
))


Not applicable
Author

Thanks for the quick reply.

Greetz,

Dirk