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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Singaravelu_R
Contributor III
Contributor III

Need Help

Hi Team

Is it possible to get how many columns available in the table?

Example- I have a table Employee which is having the column, Name, Id, Age

So No of column in the Table is 3

Could you please suggest how to get.

Labels (1)
1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

Do you mean how to get the number of fields in the script? If so, then you're probably looking for the function "NoOfFields":

https://help.qlik.com/en-US/sense/February2021/Subsystems/Hub/Content/Sense_Hub/Scripting/TableFunct...

View solution in original post

2 Replies
Øystein_Kolsrud
Employee
Employee

Do you mean how to get the number of fields in the script? If so, then you're probably looking for the function "NoOfFields":

https://help.qlik.com/en-US/sense/February2021/Subsystems/Hub/Content/Sense_Hub/Scripting/TableFunct...

Singaravelu_R
Contributor III
Contributor III
Author

Thanks. That is the solution I am looking for