Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone tell me how to implement Set Analysis in a "Tablebox" or how to modify a Columnfield in TableBox according to our calculation.
Regards,
Sumit
That is not possible you need to make the changes in SCRIPT and then import the filed in Table box
It Is imposssible to implement Set analysis/make expressions in table box.
table box is only used to represent your fields in tabular format.
Always its better to use stright table/Pivot table to implement set analysis.
In script even we can't implement set analysis.(Here we can manipulate/make caliculations)and use that fields in front end(Application level)
I agree with surendraj that you might be better of using straight table and have it mimic like a table box to perform any calculations
Thanks Sunny, Surendra and Avinash