Data Labels

Hello all,

 

Simple question: Is there any way to type specific labels for different bars in a card? I'm trying to tag bars with percentages, and don't think I can build a beastmode because the denominators are different for each bar. I'm looking for a way to do it manually; just do the math myself and slap the percentages on the corresponding bar. Is that possible?

 

Thanks.

Comments

  • NewsomSolutions
    NewsomSolutions Domo Employee

    I think you'd be better off doing a BeastMode and doing a case statement something like:

    case 

    when field = x then numerator1/denominator1

    when field = y then numberator1/denominator2

    ....

    end

     

    That way you may be able to use these values in other cards down the road if you need to vs creating data for just one card type.

This discussion has been closed.