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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Chart Hide and Show Issue

Hi All,

I have created two charts as:

Chart1 - Dim as Order, it has 1,2,3,4 and measure as Value.

Chart2 - Dim as Product, it has A, B, C, D and measure as Value

Result as: Whenever user select ONE product like 'A', chart2 should be appeared and user select more than one prodcut like 'A and B', Chart2 should not be appeared.

Note: I used logic at Layout - Show - Conditional as getselectedcount(Order) = 1. However it is not working sometimes. Can you help with alternate logic.

Thanks,

Nihhal.

1 Solution

Accepted Solutions
nihhalmca
Specialist II
Specialist II
Author

Weired, my logic is working fine now.

Getselectedcount(Order) = 1

View solution in original post

5 Replies
tresesco
MVP
MVP

getselectedcount(Product) = 1  . If this doesn't help, please share your sample qvw showing where it is not behaving as expected.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

You can also use the GetpossibleCount(Product) =1

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
awhitfield
Partner - Champion
Partner - Champion

Hi Nihhal,

see the attached sample app

HTH

Andy

susovan
Partner - Specialist
Partner - Specialist

Hi,

you can also try this attachment.

Warm Regards,
Susovan
nihhalmca
Specialist II
Specialist II
Author

Weired, my logic is working fine now.

Getselectedcount(Order) = 1