Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I am after an elegant way to populate a list of dates as predefined values in an input box, I need to populate this variable with a format of mmm-yyyy as it's needed in the script to limit data loaded on a monthly basis.
I have setup constraints on the input box and predefined values in the drop-down and listed values with a ; to space them, but I'd like this list updated for a financial year basis +1 month.
Anyone have any ideas?
Thanks
Gavin
Hi,
you can fill the variable dynamic by using concat in the script. Look at my example!
Hi,
you can fill the variable dynamic by using concat in the script. Look at my example!
Hi Martina,
This works well in your example QVW, however when I replicate it in another QVW it doesn't work. Any ideas?
I've posted up a test QVW where it's not working.....
Thanks
Gavin
Hi Gavin,
the seperation sign in our German version is Semicolon (;), in your version use Komma (,).
Thanks, it now works! I've also worked this into an automatic calendar function and it's what I needed!
Thanks again!