Issue with Multivalue Parameter resetting in Request Property(Version 9.2)

Hello Everyone,

I am encountering an issue with the Multivalue Parameter in the request property while using an Angular web portal (Version 9.2). When I select a value from the Multivalue field, it gets selected correctly. However, if I update another parameter, the value in the Multivalue parameter resets. This issue only occurs when I apply a filtering condition to the Multivalue parameter, which loads data from a table.

Could you please suggest an approach to handle this issue?

Thank you!

  • Hello, 

    We struggling with the same issue, did you find a solution meantime maybe?

    Thank you,

    Ervin

  • Hello,

    I found out (in 9.2.1), if you change the sourcetype of a property, say from limited values to table, it looks like LimitedValues attribute is erased, but actually the viewing permissions are disabled and the value remains. the same happens if you change a property from table to limitedvalues: it looks like the UID_DialogColumnQuery is emptied in the UI but actually only the viewing permissions are set to false. Because the values remain on the attributes, the code get confused when displaying in the portal.
    My solution was to manually erase the old values with SQL but I would recommend to just delete a property and add it again to be sure the old values are gone.

    I hope it helps you to solve your problems too.

    BTW: I would say this is a ugly bug.