Hi,
I am facing the above issue when i try to use the following formula
if([_thisrow].[_RowNumber]=1,[_thisrow].[Amount],lookup([_thisrow].[_Rownumber]-1,"Ledger data sender","_RowNumber","Balance")+[_Thisrow].[Debit]-[_Thisrow].[Credit])
ERROR
This error message typically means the data type of a column, parameter or function result do not match the expected data type.
I am often confused as to when to use [_THISROW]. It seems sometimes when it is used where its not needed it causes problems. I would remove [_THISROW] from all places in your expression EXCEPT the first argument in your LOOKUP() function.
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |