Hi guys,
We just upgraded our test server to version 11.3.100.13 and I experience a new bug when limiting results by Constant dates like {Constant.Today} of {Constant.FirstDayOfPrevWeek}.
This was working in the previous versions and will probably be fixed in the newer version, but do you guys have a solution for it now?
I have a simple Panel Grid with View options; “this week” and “previous week”. My dataset comes from a BAQ and is limited by a BAQ parameter like JobOper_LastLaborDate => ??{Constant.FirstDayOfPrevWeek}
When I open this dashboard in the older versions the grid was immediately limited to the default view I selected. In this version all my BAQ results are returned instead (no matter which view i select).
Somehow the new version finds the .000 (milliseconds) in the Constant dates a problem comparing it to the value in my BAQ. In the older version these Constant dates had milliseconds as well.
I might be able to get it working temporary by removing the milliseconds from the datestring. Does anyone know how I can set by an update a TransView variable with the Constant.FirstDayOfPrevWeek (but without the trailing milliseconds in the string)?
@hmwillett probably ?