Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how can i use a cyclic group in clear field action of a text object

Hi ,

I have created a cyclic group tax in my application. I have two type of reports 1)current 2) old in my application. User can make selections from the cyclic group tax. I want that whenever user navigate from current to old and vice versa. The selections in Tax gets cleared.

For it i ma trying to use clear filed action. But in the field name cyclic group Tax is not visible.

3 Replies
Not applicable
Author

Per my knowledge, groups won't be available for clear field action but only individual fields, so you can try using "Clear All" (ofcourse if there is no other selection which you would mind getting cleared).

Hope this helps!

sivarajs
Specialist II
Specialist II

If you are using QV11, it can be achieved using Clear Field in actions. Use

=GetCurrentField(groupname) under field.

Not applicable
Author

Hi Vitul,

I hope, please try this,

Button > Button Properties ->Action ->Add ->Action type (Selection) ->Action (Clear Field ) -> Filed

= GetCurrentField('<CyclicGroup Name>')

Regards,

Raja.