• Anonymous User 18191698

    (@anonymized-18191698)


    Hi there. Is it possible to change the data type of the cells to a string and can it be done in one place?

Viewing 1 replies (of 1 total)
  • Plugin Author Aori Nevo

    (@anevo)

    Hi ai6667,

    I think the challenge in doing that is that the value is stored in the database as a decimal, specifically decimal(7,2).

    The right solutions seems to be to make the presentation of the data configurable and based on some conditionals (i.e. if value is >= 70 but < 80, display B) but maintain the input values as decimals.

Viewing 1 replies (of 1 total)
  • The topic ‘Modifications’ is closed to new replies.