Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QlikView experts!
I would like to force the users to select certain fields (Yr, Month and Employees) and automatically limit it to only 1 month-worth of data before launching a new app. How can this be done?
Thank you in advance for your help!
Would you mind, how many users you have currently.
You could use the object calculation-conditions within the object properties in tab general with conditions like:
= getselectedcount(YearMonth) = 1
or
= count(distinct YearMonth&EmployeeID) <= 10
and putting an appropriate error-message for it into the customized error-messages (also in this tab).
- Marcus
roughly <150