Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
getselectedcount(Product) = 1 . If this doesn't help, please share your sample qvw showing where it is not behaving as expected.
You can also use the GetpossibleCount(Product) =1
Regards,
Kaushik Solanki
Hi Nihhal,
see the attached sample app
HTH
Andy
Hi,
you can also try this attachment.
Weired, my logic is working fine now.
Getselectedcount(Order) = 1