Hello experts,
In our current dashboard, we have a drop down for time period selected for the dashboard(This drop down has 2 items 1.YTM and 2.Range. YTM is the default view).When user selected "Range", , the Application prompt is opened for the user who can enter the start period and the end period for the dashboard. These are Bex variables(start and end period).
These variables ( for example start period 201301[Jan 2013] and end period 201305[May 2013]) are passed to backend where calculations are computed on the fly and presented in the dashboard. I have attached the relevant screenshot below.
Can this user input be captured in a drop down box ? for example in the above case it will be the text “JAN-MAY”. Can we display this “JAN-MAY” text in a drop down box after YTM,Range using the set items? So the Drop down box will now have 3 items, 1.YTM 2.Range 3.JAN-MAY.