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: 
asalamun
Contributor
Contributor

Use Table Column in a formula

I have my list of holidays as a column in an excel file, how do I call this table column as my holiday list inside of the Networkdays() formula?

Labels (1)
4 Replies
marcus_sommer
MVP
MVP

You could use a $-sign expansion for it, like:

networkdays(Date1, Date2, '$(=concat(Holidays, chr(39) & ',' & chr(39)))')

- Marcus

sunny_talwar
MVP
MVP

asalamun
Contributor
Contributor
Author

I'm trying to use it within my load statement to get a NetWorkDays field

Here is what my holidays data looks like.

marcus_sommer
MVP
MVP

Take a look on the link provided from Sunny which applied the concat-logic within the script.

- Marcus