Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set a trigger on clear action

Hi Guys,

I have a qlikview report in which i am displaying some records in the straight table..

Here I have two calender objects to select the period. By default the calender objects will be set with max date from the data base.

My requirement is given below.

The max(date) availabel in the data is 7-aug-2013.

When the report is opened, the calenders will be set with 7-aug-2013(Means that one day  data will be displayed in the straight table).

After the report is opened, user made some selections in the calender. for example user selected 27-July-2013.

After that when the user clears the selection, the calender will show 27-july-2013 ,because that is the last selected value.

'Clear' action is not clearing the calender obeject.

Now the my customer requirement is that when the user makes some selection and after that if he clear the selction the calender objects should be set with the max date availabel in the data set, it should not be set with the latest selection made.

The thing should be noticed here is that I don't have any button for 'Clear' action. User has to use the default 'clear' which is avilable in the qlikview application.

Means whatever the selction made by the user, finaly when he clear the selection, the calenders should be set with max of date.

Hope you guys understand my requirement.Please advise me with your comments

Thanks and Regards,

Praveena

3 Replies
Not applicable
Author

Hi Praveena,

I am facing a similar requirement. Did you find a solution ?

Kindest Regards,

Sree

jerrysvensson
Partner - Specialist II
Partner - Specialist II

The best solution is probably to add a "clear" button. There you can use triggers to set an initial state.

There also exist an extension object (if you use Ajax as client) called HideIt with which you can hide certain toolbar buttons. for instance the clear all button. Works like a charm.

Not applicable
Author

Hi Jerry,

In my project, the client didn't want to use a separate clear button bt the one provided by QV.

I was able to acheive thois using 'Triggers' option 'On Change'.

I put somethins like this - 'On Change' -> if empty -> field = some pre-defined value.

This worked for me.

Regards,

Sreejith