Jump to content
Software FX Community

Leave 0 values off of a chart


tzelahy

Recommended Posts

I have a tables that needs to include X amount of rows regardless if the value is 0 or not.  I need to find a way to leave values that are 0 off of the pie chart and only chart value that are greater than 0.

As I see it, my only option is to create another Stored Procedure and Data Set similar to the one that is currently used for the table but leave out the 0 value rows.  I would prefer not to do this since this would mean more code to maintain when there are future changes.

Is there a way to use the data set that feeds the table and has rows that contain the 0 value or will I need to do the alternative of recreating the SP and DS's but leave out the 0 value rows.

 Thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...