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: 
Not applicable

Problems generating missing data...

Hi , i'm trying to use this

How to populate a sparsely populated field

But it doesn't work in my application

Do you know why?

Thank you, greetings!

1 Solution

Accepted Solutions
rubenmarin1

Hi Jeremias, you're doing:

 

     Join (TempTable_Money)

     Load Date(recno()+$(vMinDate)) as Date Autogenerate vMaxDate - vMinDate;

If you change Date for date (all lowercase) it will generated the missing dates in the same field.

View solution in original post

1 Reply
rubenmarin1

Hi Jeremias, you're doing:

 

     Join (TempTable_Money)

     Load Date(recno()+$(vMinDate)) as Date Autogenerate vMaxDate - vMinDate;

If you change Date for date (all lowercase) it will generated the missing dates in the same field.