Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gayathridevi24
Contributor III
Contributor III

RECNO() AND ROWNO()

Hi All,

I am getting extra values of recno and rowno after loading. Could you please help me to solve this issue.

Please find the attached QVW file.

 

Thanks and Regards,

Gayathri Devi

 

 

4 Replies
m_woolf
Master II
Master II

Which values are you calling "extra"?

gayathridevi24
Contributor III
Contributor III
Author

Hi Mwoolf,

I am getting blank extra column as attached in the screenshot below.

image.png 

Please find the attached qvw file. Could you please help me to solve this issue.

 

 

Thanks and Regards,

Gayathri Devi

marcus_sommer

If you don't want to load these records you need to specify it within your load-statement by extending the where-clause maybe in this way:

where A<>2 and len(trim(A)) and len(trim(B));

- Marcus

gayathridevi24
Contributor III
Contributor III
Author

Hi Marcus,

Yes am getting the results with what I have expected. Thank you so much for the reply. Could you please explain me the concept of len(trim()) with an example and its functionality and why want to use this function here.

 

Thanks and Regards,

Gayathri Devi