Annoying new bug in Kinetic -> limit grid results by Constant dates

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).

image

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 :pray:?

2 Likes

Grid filtering got even worse from this version.
BAQ filter X = ??{Y} where X = ‘0003’ and Y = ‘0003’ worked before. Even that Y is a string value, Kinetic decides to make it an integer, so now its X = ‘0003’ and Y = ‘3’. BAQ filter doesn’t work correct anymore. Probably related to the issue above.

EDIT: this can be solved by changing:
X = ??{Y}
to
X = ‘??{Y}’

4 Likes

Running into the same issue here. No reply from support in two days. Re-enabling classic versions to get us by for now. Getting harder and harder to sell the Kinetic UI to our users when we go one step forward and get pushed two steps back on seemingly every update.