Forum Discussion
Calculation error SUMX in table
- 9 years ago
Hi Anonymous,
The error message display clearly that SUM evaluates to numbers or dates, but it can't work with type string. In your resouce table, the data type for REMEDYTICKET_NUMBER is Text, so it return the error.
I create sample table similar like yours, but the datatype is number, it works fine.
Best regards,
Angelia
Hi Anonymous,
The error message display clearly that SUM evaluates to numbers or dates, but it can't work with type string. In your resouce table, the data type for REMEDYTICKET_NUMBER is Text, so it return the error.
I create sample table similar like yours, but the datatype is number, it works fine.
Best regards,
Angelia
hI v-huizhn-msft,
Thank you for testing. the REMEDY_TICKET was created as a Text. For example INC0000012345.
I had to split this column via Delimiter and removed the 'INC'.
Also i changed the SUMX into COUNTX , because i want to count how many remedy tickets have been created in the current year.
have a nice day.