Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to display last record from table in jasper

I run a procedure , output of that procedure is stored in one table . I want to print the last record from that table....
Is this possible , i tired tMSSqllastinserted and tlogrow , i getting only Null values . am using 3.2.1 version ....
Any suggestions ?
Thanks
Vikram
Labels (2)
3 Replies
Anonymous
Not applicable

Hi
Where do you execute the procedure? tMssqlRow? Can you upload a screenshot of job?
Best regards
Shong
Anonymous
Not applicable

UPDINS is the procedure which i call , i load the output of the procedure in another table ....
I want display the message of the procedure thru Jasper ..
Anonymous
Not applicable

Hi
tMSSqllastinserted can't get last inserted id from the reproduce, you should use the tMssqlInput to query the last records after you call the reproduce. For example:
tMssqlConnection
|
onsubjobok
|
tMssqlsp
|
tMssqlnput--main--tLogRow
|
tMssqlClose
Best regards
Shong