Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to know if is possible to use inputfield in a table which have an expression with not sum and avg aggregation.
For example count or concatenate?
Thanks in advance,
Davide
You can use the field, but you can't input a value unless you use one the inputsum or inputavg functions. Only the inputsum and inputavg can distribute the value you input to the underlying records. For count and concat that doesn't make sense since that would mean extra records would need to be created.