Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Sorting for Cascading parameter is not working
saravanam
I have developed a report with cascading parameter and selected the Sorting option in Ascending order while creating the cascading parameter. But after integrating the report in my portlet when the listbox is loaded with values it is not in ascending order. Can you please let me know if I am missing something here?
Find more posts tagged with
Comments
saravanam
Added sorting for the parameter using java collections programmatically in portal. Still looking for the reason why my report is not showing it in sorting order using BIRT feature available. I did change the query to select the values in ascending order. But that didn't help. If anybody has expreience with this please share your knowledge on how to achieve it.
mwilliams
Hi saravanam,
Is this issue only when you have the report deployed to you portlet? Or is it this way in the designer as well? Or are you even using the designer?
saravanam
The sorting does work in designer and web viewer. But when integrating in portal it is not working. I am getting the parameter details using IGetParameterDefinitionTask and then put those details in HashMap and use that in portlet. In portlet it is not showing in any order.