Hello All,
I have a condition "Production Year Prompt" which Returns data for the selected production year and the year prior to it.
@Select(Production Date\Production Year Number) = @Prompt('Select Production Year','N','Production Date\Production Year Number',mono,free,Not_Persistent,{'Current_date'}) or
@Select(Production Date\Production Year Number) = @Prompt('Select Production Year','N','Production Date\Production Year Number',mono,free,Not_Persistent,{'Current_date'}) - 1
I have to implement "Default Year" to the exiting condition. We are using BO 4.0 Sp5 and Teradata as backend. Any idea on how to implement in the existing code?
Thanks
Sandy