Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sum25041994
Partner - Contributor III
Partner - Contributor III

How to implement setAnalysis in TableBox

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

4 Replies
avinashelite

That is not possible you need to make the changes in SCRIPT and then import the filed in Table box 

surendraj
Specialist
Specialist

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)

sunny_talwar

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

sum25041994
Partner - Contributor III
Partner - Contributor III
Author

Thanks Sunny, Surendra and Avinash