Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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!
If you are using QV11, it can be achieved using Clear Field in actions. Use
=GetCurrentField(groupname) under field.
Hi Vitul,
I hope, please try this,
Button > Button Properties ->Action ->Add ->Action type (Selection) ->Action (Clear Field ) -> Filed
= GetCurrentField('<CyclicGroup Name>')
Regards,
Raja.