Trouble with divide expression

I’m trying to get a % using virtual column, taking [Check in Totals]/[Capacity] but result keeps ending in 0. I’ve tried column types $, number, decimal - all return 0. What am I doing wrong?

1X_b95281b50bcb3c6f228d9f6d032f1bcbe7806aeb.jpeg

Solved Solved
0 3 493
1 ACCEPTED SOLUTION

@tcanelli
You can try with:

[Check in Totals] / ([Capacity] * 1.00)

View solution in original post

3 REPLIES 3

@tcanelli
You can try with:

[Check in Totals] / ([Capacity] * 1.00)

Thank you! That seems to have worked.

Thank you

Top Labels in this Space