Discussion Board for collaboration related to QlikView App Development.
I want to show detail records from the respective pie in the pie chart. Please sugegst how can i do it.
Can you elaborate little more on your requirement?
A Pie Chart is usually used to represent Ratio of a whole.
You can probably use a Pie chart in combination of a Straight table or TableBox
On the General Tab in Properties Use the FastType Change and select straight table and pie, you will then get an icon in the caption that allow you to swap between chart types.
Andy
This Thread is now a Batman universe.
Holy coincidence fellow super hero!
My intention is if click on pie then the related detail information show in tabular format
Use the getselectedcount() function to conditionally show / hide the pie chart / table.
I have 4 different chart
1. pie always show
2. Bar showing Using getselectedcount(pie )> 1
3. Line chart showing getselectedcount(Bar) >1
4. tabluar chart showing getselectedcount(Line) >1
This working perfect. But the situation where-
Case-
All the 4 object chart is showing in that time if you click on 1(pie) then 2 is disappeared 3 and 4 is showing. I don't want to show 3 and 4 also if he click on 1. The screen will reset once user click on clear button only.