Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need Help In Hierarchy

    Hi....

                I have Hierarchy like     --Hardware

                                                       Servers

                                                       Storage

                                                       Desktops

                                                       Firewall

             All are the indiviual sheets i want a linking between all the sheets like if we click Servers that sheet should appear,and if we click Storage that sheet should appear....etc,, how can we implement this req,, i have attached sample sheet

1 Solution

Accepted Solutions
its_anandrjs

Hi,

You need to put the same code

=YourField = 'Types'

Like for ever sheet that you have

like

for

Hardware

          =[ShairA&I]='Hardware'

Desktop

          =[ShairA&I]='Hardware/Desktops'

Firewall

          =[ShairA&I]='Hardware/Firewall'

Servers

          =[ShairA&I]='Hardware/Servers'

Storage

          =[ShairA&I]='Hardware/Storage'

like ways for others sheet, you need to put this codes individually for the shhets in

Sheet properties -> Conditional -> and paste this code for sheets over there.

And let me know if you got it.

Regards

Anand

View solution in original post

6 Replies
SunilChauhan
Champion
Champion

use  condition like below for each sheet in layout Condition

filedName='Hardware' in hardware sheet

filedName='Desktop' in 'Desktop'sheet

so on

when you click on hardware it wwill show u hardware sheet and desktop then desktop ssheet and so on

Sunil Chauhan
Not applicable
Author

  Hi Sunil,

            Layout Condition means from sheet properties under show sheet-- have to select Conditional option am i right???

                  Am writing like  filedName='Desktop' in 'Desktop'sheet under conditional option from sheet properties  but its not working............

can you elaborate you answer.............

SunilChauhan
Champion
Champion

sorry

go to sheets one by one

sheet properties-> geneeral-> conditional -> type your expression

filedName='Hardware' in hardware sheet

filedName='Desktop' in 'Desktop'sheet

Sunil Chauhan
Not applicable
Author

    Sunil still not working with the above exp can you please send me a sample file.......

its_anandrjs

Hi,

You need to put the same code

=YourField = 'Types'

Like for ever sheet that you have

like

for

Hardware

          =[ShairA&I]='Hardware'

Desktop

          =[ShairA&I]='Hardware/Desktops'

Firewall

          =[ShairA&I]='Hardware/Firewall'

Servers

          =[ShairA&I]='Hardware/Servers'

Storage

          =[ShairA&I]='Hardware/Storage'

like ways for others sheet, you need to put this codes individually for the shhets in

Sheet properties -> Conditional -> and paste this code for sheets over there.

And let me know if you got it.

Regards

Anand

Not applicable
Author

Yes anand its working perfectly..................thanks alot....