Angular JS Multiselect Dropdown Filter Not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2019 02:53 AM
Angular JS Multiselect Dropdown Filter Not working
Hi Community,
I have built the simple list with with two drop downs, for example category drop down and subcategory dropdown. When you select the value from category i.e software then only the records containing the software category will be displayed. And when you select Email subcategory only the records containing this two values will be displayed.
The requirement has changed and now I should have the ability to select multiple values from category i.e software and database from the same column. Upon this selection data in a table should be displayed containing only software and database.
I have built the Angular JS dropdown multilselect but I am having trouble connecting it to the table.
Here is the table that I build:
HTML
Client Script
Server Script
When I load the data with the filter applied
I get the list of objects :
I think I need to use the id from the client script to select the object that I want to display but I don't know how.
When I click on the multilselect the id from the client scripts gets attached to each object:
Any help much appreciated!!!
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2019 02:58 AM
Hello,
Instead of returning true/false in FilterScope Client side function return the label name of the checkbox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2019 03:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2019 03:17 AM
You need to return note_category name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2019 03:08 AM
Could you write out what you mean, I don't understand 😞