Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
MartinR
Contributor
Contributor

Unhide container tab based upon selected cell value

Hi,

I have a sheet containing 2 objects.

  • A summary table  of exception_description
  • A container to display exception_description detail records
  • There are 6 exception_description values.
    • Each exception_description value has its own detail record structure
    • Each exception_description value has its own table within container object
  • When i click on exception_description in summary table I want the relevant detail object to display in container

I have created a variable vException_Description

  • Definition = GetFieldSelections(exception_description)

I have set the show condition for the relevant tab in container = the cell value i want to trigger display

  • =exception_description='COBRA Account Group record is not ''Enabled'' and/or ''Approved'''

When I click on the desired cell value in summary table nothing changes in the container object

Can someone explain what I'm doing wrong here ?

 

 

Labels (1)
1 Reply
MartinR
Contributor
Contributor
Author

I noticed the show condition wasnt referencing my variable. I updated show condition to

  • vException_Description='COBRA Account Group record is not ''Enabled'' and/or ''Approved'''

This still has not resolved my issue