How to sort (parameter) drop down items in a menu?

Hi,

We have a customized dashboard where we can see information on financial milestones of different projects. There is drop-down menu from where we can select a particular project to check certain financial information. A BAQ pulls the data out from the back end when a project is selected from the drop-down list, which means the project ID is the parameter in the dashboard.

However, in the project drop-down menu, the projects do not come as an order. So, I want to know how can I sort the project ID (parameter) under the drop-down menu?

I have attached a screenshot here-

Thanks!

Welcome Mohammad!

Have you tried sorting the BAQ that is pulling the values?

There is also a Sort option on the Properties tab in Customization mode. You can select the column to sort the dropdown items by.

Hi @jkane

Yes I tried in the BAQ but it does not reflect in the dashboard.

Hi @tsmith

Thanks for your suggestion. I will try the option and check whether that works. Epiccare has suggested me to try out Episort function, but I have no idea how to implement the function, possibly via C# code.