Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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?

4 Replies
marcus_sommer

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

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

- Marcus

sunny_talwar

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

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

- Marcus