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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
rubenmarin

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
rubenmarin

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.