Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
stjernvd
Partner - Creator
Partner - Creator

Network Days in Script: Error

Hi,

I tried to create this in my script:

NetworkDays(Min(Date),Max(Date)) as BusDays

but it won't work.

I need BusDays field to be able to divide Sales/BusDays, since date isn't working days.

And I want this on a monthly basis, so that each month busdays amount will change.

How do I set this up? in my script or in the dashboard?

1 Solution

Accepted Solutions
marcus_sommer

Min/Max are aggregations which requires an aggreagtion-load with group by.

- Marcus

View solution in original post

1 Reply
marcus_sommer

Min/Max are aggregations which requires an aggreagtion-load with group by.

- Marcus