Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a question about inputfield in a table column.
When I use a simple expression "Inputsum(A)", it works.
But I want to calculate a Total which is not a classic aggr formula (Avg, Sum ...). So I can't use option in table properties. I tried to use this :
if(Dimentionnality()=0, EXPRESSION, Inputsum(A)).
Problem : When I use a conditionnal expression with an inputfield, the user can not put value in cells.
Anyone have a solution to calcul a custom total ?
Thank you
Victor
unfortunately you can't.