You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get grouped row position in GroupGridView. But i don't know how to do it. I tried to create mysql view:
SELECT
...
(SELECT COUNT(0) FROM SPD.Task WHERE (SPD.Task.id <= t.id)) AS pos,
...
But when i use it with search criteria it gives wrong position(Number of the row is equal like if don't use condition).
Does anyone else faced against this task?
The text was updated successfully, but these errors were encountered:
I want to get grouped row position in GroupGridView. But i don't know how to do it. I tried to create mysql view:
SELECT
...
(SELECT COUNT(0) FROM
SPD
.Task
WHERE (SPD
.Task
.id
<=t
.id
)) ASpos
,...
But when i use it with search criteria it gives wrong position(Number of the row is equal like if don't use condition).
Does anyone else faced against this task?
The text was updated successfully, but these errors were encountered: