Object Enable condition and reload issue on server
Hi,
I have created an application and deployed it on Qlikview access point. Following two errors appear in the application
1) Few objects are conditionally hidden which is, on selection of variable in input box these should appear. If date selection type variable is Predefined than another input box , if manual than two calendars for start and end date.
condition for predefined input box :- vDateSelection = 'Predefined'
condition for calendars :- vDateSelection = 'Manual'
but while on access point these both are visible irrespective of the selection
2) I have created a reload button which loads data according to the selection made for date above. This button has action as reload but it doesn't work.