Package Action provides a convenient way of grouping objects together so the logic can be used by multiple packages
To create a new Package Action, Drag and Drop it from the Object tree.
The Variables tab defines which variables are updated during the execution of the action.
The Execution Log tab is populated after the action has been executed. Double-click a row to view the detailed execution log.
begin
if DayOfWeek(Now)=3 then
begin
Result:=4191;
end
else
begin
Result:=1968;
end;
end;
import datetime;
if datetime.datetime.today().weekday()==0:
Result.Value=1407
else:
Result.Value=1968For more technologies supported by our ETL Software see Advanced ETL Processor Versions
Confused? Ask question on our ETL Forum