Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
raju_salmon
Creator II
Creator II

Show/Hide a field based on selection

Hi,

I need to create a table with Grouped dimension of Year,Quarter, Month, Date. And i have a field called DAY (Mon, Tue etc).

I need to show DAY field as dimension along with above group.

When user select Date from Cyclic Group, then DAY dimension in Straight table should be displayed. Can anyone help what kind of condition we can write in Calculation dimension of DAY field?

Unfortunately i cannot able to share the data

Thanks.

1 Solution

Accepted Solutions
sunny_talwar

Instead of calculated dimension, try using conditional hide/show for your dimension Day. The condition should be like this:

GetCurrentField([Group Name]) = 'Date'

View solution in original post

6 Replies
sunny_talwar

Instead of calculated dimension, try using conditional hide/show for your dimension Day. The condition should be like this:

GetCurrentField([Group Name]) = 'Date'

raju_salmon
Creator II
Creator II
Author

Hi Sunny,

Thanks for response, i have tried it with Day field, but it is not working, since at group name it is showing error.

GetCurrentField(<Grp_Date) = 'Date'

sunny_talwar

Not sure what is < sign used for? Is that part of your group name?

raju_salmon
Creator II
Creator II
Author

Yes Sunny, followed as General practice for cyclic group. I have removed and tried.. it is working. Thanks alot.

sunny_talwar

Did your own response help you out? I would suggest not marking your own response as correct if it was not truly a correct response as it won't be helpful for others in the future

raju_salmon
Creator II
Creator II
Author

Hi Sunny,

Sorry, just observer i made wrong selection as correct answer... thank for your comment to make it correct.