Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
My requirement is like this.
| ID | DATE | NAME | count |
|---|---|---|---|
| 1111 | 18/02/2013 | xxxx | 1 |
| 1111 | 18/02/2013 | yyyy | 2 |
| 1111 | 18/02/2013 | zzzz | 3 |
| 1111 | 19/02/2013 | aaaa | 1 |
I need count coulmn like this , depends on date field.
Please help me out.
Thanks in Advance
Janardhan
Hi,
You have to use this expression :
RowNo()
and sort table by Date.
Hope that helps you
Martin Favier
Hi,
You have to use this expression :
RowNo()
and sort table by Date.
Hope that helps you
Martin Favier
Hi,
You have to use this expression :
RowNo()
and sort table by Date.
Hope that helps you
Martin Favier
Hi,
Please fiend the attachment of application and let me know.
Regards
![]()