Hi everyone,
In DAX v5 exist issue with grid filtering in standard EmplTable or EmplTableLookUp forms.
I will use EmplTableLookUp as example.
The form have
- 2 datasources: EmplTable, DirPartyTable (second one connected to first one via relation by PartyId and have InnerJoin join mode)
- grid control which using EmplTable as datasource and 2 columns: EmplTable.EmplId, DirPartyTable.Name.
If user (1) will make sorting by first column (doesn't matter ascending or descending) and (2) will add filter by second column with two like operators, then AX will fall down with crash.
PS sequence of these actions doesn't matter too, so first could be a filter adding.
I thought that problem with SQL request, but that request is running a few seconds.
Maybe someone had seen it before or have some ideas how to debug it...
PS2 off course this form compiled successfully.
*This post is locked for comments