Skip to main content
Hi all,
I want to have a dropdown button with the values 0 to 12, which I can generate using
RANGE(0, 1, 12)
however when I run/use the dropdown button it does not show any items.
Is this supposed to work? (were running CPM 4.5)
Kind regards,
Joos
Hi Joos,
I faced the same issue as you did, I forwarded this topic internally to check if this behaviour is intended.
I will get back to you as soon as I have an update.
Best regards,
Viana
joosbuijs:

I want to have a dropdown button with the values 0 to 12, which I can generate using


Hi Joos,
nice meeting you. Can you please shade some light into the use case why you need generated numbers? I assume you want to create a filter for the individual months?
Best regards,
Jonathan
Hi Jonathan,
Thanks for your reply.
Unfortunately I cant recall what I was trying to do in December 2019. I guess I solved it in a different way or worked around it
Hi Joosbujis,
To generate values in drop down button , use GENERATE_RANGE(1,0,12).
It will work.
Thanks & Regards,
Pooja Tiwari

Reply