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: 
Not applicable

Show or not network informations

Hi,

How can achieve that :

When I click on Adresse IP, I would see Adresse IP informations only
When I clikc onAdress MAC I would see Adresse MAC information but not Adresse IP Informations only
Etc .

Thanks for your help.

3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Use a single variable

vSelection

Set values as differently

like

for Address IP set 1

for Address MAC set 2

for Carte set 3

for DHCP set 4

use the same in the chart conditions

for Address IP chart use =vSelection=1

MAC use =vSelection=2

Carte it will be 3

DHCP it will be 4

MayilVahanan

HI

PFA

or

Use like Mr.Celambarasan post.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks Celambarasan & Mayil.

It is exactly what I need.