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

Intervalmatch default value

I have a table with the info for those employees with FTE (Full Time Equivalent) not equal to 100%.

The fields are:
Company - Employee - FTE - WeekDay - WorkingHours - FromDate - ToDate

Using IntervalMatch() I can join these info to a calendar table, but I get data only for those employees.

Is there a way to set default values for all the other employees, i.e. those with FTE = 100%, based on Company value?

Labels (1)
1 Solution

Accepted Solutions
Saravanan_Desingh

You can also try ApplyMap. You can pass the default values through ApplyMap.

View solution in original post

1 Reply
Saravanan_Desingh

You can also try ApplyMap. You can pass the default values through ApplyMap.