Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi i have a calculated column in the backend . i have taken in the front end staright table as dimension ad in the expression i have given count(group)
the calculated dimension is
=If(ISNULL(trim(NAME)) OR Len(trim(NAME))=1,'Not Mapped',If(RIGHT(NAME,15)='No Data Line','Groups mapped ','Groups mapped to data')) AS NAME_GROUP
if i click on the staright table the Group details will show in the second page
in the image button
i have given action items which will navigate to first page again
but in the fist page i am giving clear action it is not refreshing , instead it is going to second apgeagain,
can any one please tell me how to clear the data in the front page.
clear the field NAME_GROUP
Thanks
working out now