Clarity

 View Only
  • 1.  Multi-select in Grid View

    Posted Mar 25, 2020 10:00 AM
    Is it possible to have multi-select within a grid view. The requirement is when user inline edit a lookup, it should show multi select for that look up. However it's showing text currently and I have no idea how to change it to multi-select.

    Here's the NSQL for it.

    SELECT @SELECT:WS.CODE:CODE@,
    @SELECT:WS.NAME:NAME@
    FROM odf_c_fed_wm WS
    WHERE @FILTER@


  • 2.  RE: Multi-select in Grid View

    Posted Mar 25, 2020 10:38 AM
    Check this:

    https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?MessageKey=df12005a-8140-463b-bfce-efa0c55731e6&CommunityKey=7f0cbca3-5f93-4d44-a369-1a8ce98f5578&tab=digestviewer#bmdf12005a-8140-463b-bfce-efa0c55731e6

    Regards
    NJ

    ------------------------------
    Regards
    NJ
    ------------------------------



  • 3.  RE: Multi-select in Grid View

    Posted Mar 25, 2020 11:19 AM
    Hi, it said in the post that this issue can be work around using IN with the param clause. However, my code doesn't even have 'param' clause. Does that mean it's not possible?


  • 4.  RE: Multi-select in Grid View
    Best Answer

    Posted Mar 25, 2020 12:23 PM
    Edited by Christopher Hackett Mar 25, 2020 05:24 PM
    Nevermind, setting the attribute to Multi-value Lookup instead of Lookup-String works