Forum Discussion
nicktayl
9 years agoHelper I
An argument of function 'ROUND' has the wrong data type or the result is too large or too small.
I'm not understanding why this error is coming up since none of the input values are numbers and the values are not too small. LTV Calc = If(tbl_kpi[LTV Calc Flag]="Exclude",0, round((tbl...
Anonymous
8 years agoNot applicable
I had the same problem which appeard out of nowhere. Yesterday it worked and today it doesn't.
Here is the solution...
In Qeury editor:
1. replace "null" (without quotation marks of course) values with 0
2. change the column type to "Whole number". I had "Decimal number" and somehow it did not work.