Visokio website     Downloads     Video tutorials     KnowledgeBase  
Bar Graph - Rounding - Visokio Forums
Bar Graph - Rounding
  • vthiruv2 April 19, 2012 11:56AM
    If I have all of my data for a certain category in fractions and I set the "Decimal places when abbreviated" to zero, it shows up as 200m, 300m etc (The original values are 0.2, 0.3). Ideally, I would like no bars to be shown, but since they do, is it possible to just round these values to zero. If I have a single value >= 1 , then they show up right.

    Please see attached file.

    Vijay
    Attachments
    Test.iok 9K
  • 1 Comment
  •     steve April 19, 2012 3:31PM
    If you want the displayed bar height for fractional values to be rounded (in this case to zero-height disappearing bars), you can do this using a formula measure.

    In the measures menu, you currently have "Value, Sum". Replace with a "Formula" measure. The equivalent formula would be:
    SUBSET_SUM([Value])
    but you want:
    INTROUND(SUBSET_SUM([Value]))

Welcome!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Tagged