Hi,
I'm trying to create a card which tells when someone has marked all the documentation.
I have created an ETL to count the Numerator & Denominator I also created a column for percentage which is showing correct see the picture below. The 1 is 100% and anything below it's shows 0.85 and so on. But when I use that column in my card it doesn't work correctly so I did it in the best mode
SUM(`Numerator: Score`) / SUM(`Denominator: Score`)
which is displaying the right %,
Is there a way to display that 1% as documentation not completed?