cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I have a BW query with the following results:

  • first Item
  • second item
  • otheri tems (group of 3 items)
  • not assigned (group of many items)

I do not want "not assigned" items

I checked on internet ( excluding filter ) and i have to put "!" before tha value like that:

!value1; ! value!;

in the input by string area for exluding values but it doesn't work with any item i would like to remove from the list.

I tried to do also a workaround where i filter the graphic object (listbox, crosstab and dropdown menu) with the following code (in global script area):

/*removing all items, and adding only the items i need but it's not dynamic */
LISTBOX_1.removeAllItems();
LISTBOX_1.addItem("CG0A13", "APEROL");

DROPDOWN_1.setSelectedValue("OTHERS");

I have checked also that only the crosstab mantains a hierarchy and filters of query BW, in the listbox and dropdown menu i see all the value

I would like to get:

  • 1) firstItem
  • 2) seconditem
  • 3)otheritems (group of 3 items)
  • 4) not assigned
  • instead i get:

    • 1) firstItem
    • 2) seconditem
    • 3)thirditem
    • 4)fourthitem
    • ...
    • 120) lastitem
    • 0 Likes
      View Entire Topic
      TammyPowlas
      SAP Mentor
      SAP Mentor
      0 Likes

      Have you checked your syntax, similar to what Victor describes in this thread? https://archive.sap.com/discussions/thread/3592485