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

variable help

Hi, i need help with this problem i have..

this is my expression..

=$(vDaysInRangeTMP) - sum(AbsentFlag_ISS)

I want to stop the variable from reacting to selections apart from the field [Event Date], the 2nd part of the expression needs to change on selection, so its just the varibable that i want to limit.

Can anyone help please?

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Give me the variable description

Not applicable
Author

Hi,

this is my variable. it is made up of other varibales so i will lest them all..

LET vDaysInRangeTMP = '=networkdays(vMinEventDate,vMaxEventDate,$(vBankHolidays))';

vMaxEventDate and v MinEventDate are just made up of the min and max of [Event Date]

and the vBankHolidays is made up of..

concat(distinct num(HolidayDate),',') AS PublicHol

I hope this is clear

Not applicable
Author

Does anyone have any ideas?