Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
xarapre7
Creator II
Creator II

I would like to force the users to select certain fields and limit it to only 1 month-worth of data

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!

3 Replies
Anil_Babu_Samineni

Would you mind, how many users you have currently.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
marcus_sommer

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

xarapre7
Creator II
Creator II
Author

roughly <150