Forum Discussion
Cannot convert value of type Text to type Integer.
Hi walker4545 ,
It looks like this is because the column previously returned values of Whole number type, causing an error when the output is text. Please select the calculated column and change the format to text.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- v-kkf-msftCommunity Support
Hi walker4545 ,
It looks like this is because the column previously returned values of Whole number type, causing an error when the output is text. Please select the calculated column and change the format to text.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - amitchandakSuper User
walker4545 , I did not see PropSemester
Also PropSemester & " " & PropYear is string to general number will not apply
VAR PropHalfYearAndYear = PropSemester & " " & FORMAT(PropYear, "General Number")
- walker4545Frequent Visitor
Thanks amitchandak and apologies, I had the wrong data label included in my sample above. It's been corrected now.