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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

problem when debug in script

Hi all,

I am debugging my script and not able to continue for further step. It got struck when I am doing max(date). Though it is silly, but I couldn't figure ot

I have written like below

Load max(date)

from facte_table.QVD

if I do without max it is working fine when limit records in debug mode. I mean

Load date from

fact_table.QVD.

Can any one tell me what might be the cause.

Thanks in advance.

Kumar

12 Replies
Anonymous
Not applicable
Author

Resident table is required when we we do max(date) field. I need only one column, not more than that date column.

swuehl
MVP
MVP

Load max(date)

from facte_table.QVD

If field and file name is correct, this should work, if date is a field showing numbers. Maybe it's just showing text values?

Then Max() won't work (on pure text values).

What error message do you get? Could you be more specific what the issue is you are encountering?

Anonymous
Not applicable
Author

actually it is timestamp and i have given name exactly as database.