Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Karuetl
Creator II
Creator II

TalendDate First Day of the month

I have a master job  which has two jobs 

 

JobA------> JobB

 

I want to set link condition that run Job B only if it is First day of the month

Labels (2)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

try Run If trigger 

 

TalendDate.getPartOfDate("DAY_OF_MONTH", new Date()) == "01"

View solution in original post

1 Reply
akumar2301
Specialist II
Specialist II

try Run If trigger 

 

TalendDate.getPartOfDate("DAY_OF_MONTH", new Date()) == "01"