Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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.
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.