
Specialist III
2014-07-07
03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Count of table loaded in QV
Hi,
Have a requirement is that.
Loading tables:
ABC:
Load * from table_1;
BCD:
Load * from table_2;
now i want to create one variable to get the no of records loaded in the tables ABC & BCD.
444 Views
1 Solution
Accepted Solutions

MVP
2014-07-07
03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LET a = NoOfRows('ABC');
1 Reply

MVP
2014-07-07
03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LET a = NoOfRows('ABC');
