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
Sadly, we no longer have 14.1.3, so I can't even test it (our Live server died suddenly, so the Test machine became the production environment). Your solution above solves the problem that was our only motivation to upgrade.I had a problem making it work in 14.1.3, but I am pretty sure it was my sloppy coding and not the program. The output set has to return both the performance date and the performance name, so the idea of putting the where conditions on the group level works better all around.
Clarke