Skip to main content
Question

Use RANGE to fill dropdown items

  • December 3, 2019
  • 4 replies
  • 3 views

joos.buijs
Level 10
Forum|alt.badge.img+2
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

4 replies

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

joos.buijs
Level 10
Forum|alt.badge.img+2
  • Author
  • Level 10
  • March 9, 2021
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

Forum|alt.badge.img+7
Hi Joosbujis, To generate values in drop down button , use GENERATE_RANGE(1,0,12). It will work. Thanks & Regards, Pooja Tiwari