Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello i need a table made of these field:
Abi | Anno | Anno Prec | Delta%
I have used the column() function but it doesn't work properly, infact if i add the delta field in the expression section it adds a column per year like this:
Abi | Anno | Delta % | Anno Prec | Delta %
How can i solve this question?
Thanks
Marco
Apologies for the late reply.
Please find attach the solution to your problem
You cannot use Column() with dimensions
You can use after() function though.