Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_saini
Master III
Master III

Autonumber() Check

Hi Folks,

Document Analyzer is recommending me to change below field in my Dashboard to Autonumber().

Plant & '#' & SZUSINFO1 as %Tank_Key,

So, I have done something like below:

"AutoNumber(Plant & '#' & SZUSINFO1, 'Plant & '#' & SZUSINFO1') as %Tank_Key"

Please check and suggest if script is right or wrong?

Thanks in advance!

Regards,

AS

1 Solution

Accepted Solutions
amit_saini
Master III
Master III
Author

should be like below:

AutoNumber(Plant & '#' & SZUSINFO1,'Tank_Key') as %Tank_Key

Thanks,

AS

View solution in original post

6 Replies
tresesco
MVP
MVP

May be just (without the second parameter):

AutoNumber(Plant & '#' & SZUSINFO1) as %Tank_Key"

amit_saini
Master III
Master III
Author

Thanks Tresesco,

Auto.PNG

But Document Analyzer telling to use second Parameter too.

Let me try with you suggestion and will get back to you.

Thanks,

AS

amit_saini
Master III
Master III
Author

any suggestions???

Regards,

AS

tresesco
MVP
MVP

Didn't my suggestion work? Could you share a sample app with sample data showing the issue you are facing?

amit_saini
Master III
Master III
Author

I'm trying this Autonumber () function suggested by Document Analyzer for Dashboard performance enhancement.

When I tried your suggestion , it didn't work , I will try to share sample app.

Regards,

AS

amit_saini
Master III
Master III
Author

should be like below:

AutoNumber(Plant & '#' & SZUSINFO1,'Tank_Key') as %Tank_Key

Thanks,

AS