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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
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

Labels (1)
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
Champion III
Champion III

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.