Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have list box of product id's 1000,2000 and 3000 and i have a pie chart. when i am select the product id 1000 the pie char is Hidden else the pie chart will show.
Can any one help me on this.
Thanks,
Siva
You need to hide the Pie chart when the Product id =1000? or its getting hide when you select the id 1000
if you want to hide then
Chart > Properties >Layout > Show>Conditional
if(getfiledselections([product id]=1000,1,0)
if you want to avoid the hiding then check the Layout properties or check if its happening because of the zero value >Go to presentation tab>un check the supress zero values
I assume, You may don't have Measure for id(1000). You can follow second approach as Avinash Suggested