Display a text value instead of numeric mesure
Hi i was wondering if you could display a text value where by a formula with in the measure returned a text value.
Attached is an example from MS Access pivots that i want to migrate to web platofrm.
1 answer
Hello, Raymond,
Thank you for writing to us.
You can create formulas returning number values and then replace these values with the necessary strings by using customizeCell API call (https://www.webdatarocks.com/doc/customizecell/).
Hope it helps.
Regards,
WebDataRocks Team