Get Total number of records [message #583719] |
Fri, 03 May 2013 06:36 |
ora_bbm
Messages: 30 Registered: March 2013 Location: Chennai
|
Member |
|
|
hai...
I have a multi record field of five rows. And 3 values.
the values are
IT
CSE
ECE
And i have one text item name is COUNT.
My need is how to show the total number of records in Text item .
|
|
|
|
|
|
|
|
|
|
Re: Get Total number of records [message #583730 is a reply to message #583729] |
Fri, 03 May 2013 07:19 |
ora_bbm
Messages: 30 Registered: March 2013 Location: Chennai
|
Member |
|
|
:count :=:system.trigger_record;
This shows when i navigate the multirecord's fields of last record.
but i want when i executing a query it will shows the total number of records is there.
For example from my question is total record 3
|
|
|
|
|