Hi - I have a column in my report which contains numbers and text based on my parameter selection. When pure text is there export to excel is giving fine without issue. However, when i export the report to excel its showing below error for numbers:
The number in this cell is formatted as text or preceded by an apostrophe
I have used the below expression to avoid without any luck.
IIF(ISNUMERIC(PID),CINT(PID),CSTR(PID)). But its giving #Error for all columns.
Please advise me how should i resolve this issues asap.
thanks