Jump to content

This topic is 4803 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a straight forward pie chart but this is escaping me for some reason.

I have a pie chart with 4 fields for data. There will be some instances where one or two of the fields will be zero.

How would a calculation look that would exclude the "zero" data so the pie chart labels don't look bunched together?

I have a bunch of "is empty" or "if"'s in my head but I must be missing the simpler solution.

Thanks in advanced

(see attachment to see what I'm talking about)

post-54032-0-27942500-1322871548_thumb.p

Posted

I am not sure how your current calculation is for the Labels but I would use this;


If(Labor;"Labor¶";"") & If(Material;"Material¶";"") & If(Equipment;"Equipment¶";"") & If(Subs;"Subs";"")

See the attached example.

Jerry

PieChartTest.fp7.zip

Posted

The calculation for "Categories Better" could be:

List (

If ( Labor ; "Labor" ) ;

If ( Material ; "Material" ) ;

If ( Equipment ; "Equipment" ) ;

If ( Subs ; "Subs" )

)

This topic is 4803 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.