All-
FTC recently updated to V14.1 and I am noticing relative dates are no longer an option for Output Set parameters.
In previous versions the text input allowed Orgs to put in parameters such as "DayRunDate +1" or "RunDate", unfortunately it seems the new output set builder does not like this and rejects even saving previous versions of output sets that were present from past versions.
Right now the only work around I have found is replacing these parameter values with valid SQL values such as DateAdd(dd,1,Convert(varchar,GetDate(),112)) in the TX_QUERY_ELEMENT_VALUES table manually.
Has anyone had to find/found a better work around so far for V14.1?
Chris
Column Name
Example Value
Description
Perf Reminder - relative dates
Data_From
VS_ELEMENTS_TICKET_HISTORY
Data_Where
!.perf_dt >= DateAdd(dd, 4, CONVERT (VARCHAR, GetDate(), 112)) AND !.perf_dt <= DateAdd(dd, 7, CONVERT (VARCHAR, GetDate(), 112) + ' 23:59:59.997')
Virtual Ind
[Unchecked]
Category
Ticketing
Performance Name
Group Id
Data_Select
!.perf_name
Single_row
Primary Group Default
Performance Date
Performance Reminder
!.perf_dt
This is brilliant, Sandra! Thank you.
Just as a followup, my marketing department thinks you are a goddess, Sandra. Our process is yet again automated and reliable.