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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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!

Labels (1)
1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

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
MVP
MVP

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.