Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Detail records from the respective pie in the pie chart.

I want to show detail records from the respective pie in the pie chart. Please sugegst how can i do it.

8 Replies
MK_QSL
MVP
MVP

Can you elaborate little more on your requirement?

jpenuliar
Partner - Specialist III
Partner - Specialist III

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

awhitfield
Partner - Champion
Partner - Champion

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

jpenuliar
Partner - Specialist III
Partner - Specialist III

This Thread is now a Batman universe.

awhitfield
Partner - Champion
Partner - Champion

Holy coincidence fellow super hero!

Anonymous
Not applicable
Author

My intention is if click on pie then the related detail information show in tabular format

Anonymous
Not applicable
Author

Use the getselectedcount() function to conditionally show / hide the pie chart / table.

Anonymous
Not applicable
Author

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.