This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to use a filter list?

sandmanrox - Tuesday, March 23, 2010 7:24 AM:

I am extremely new to aras. I just wanted to know how to use a filterlist. Does the values automatically filter?

 

thank you all in advance



Mike G - Tuesday, March 23, 2010 1:17 PM:

Create a list, and enter the list values on the Filter Values tab, instead of the Values tab.  Put the values to filter by (typically the values from the Value column of another list) into the Filter column for the filtered list.  Add a property, if it doesn't already exist, for the property you wish to filter by (usually a "List" datatype). Then, add another property of datatype "Filtered List" into the item you are creating, and set the Datasource to the name of that filtered list. Then set the Pattern for that property to the name of the other property you wish to filter by.  The filtering of the filtered list should occur automatically when a value is set for the property being used as a filter.  Hope this helps.



sandmanrox - Wednesday, March 24, 2010 2:23 AM:

Hi  Mike,

Hey , it worked...thanks a googol. I had wasted a lot of time in coding and all.

regards,

sandeep.

 

 

 




AbhishekSrivastava - Thursday, March 17, 2016 11:51 PM:

Hi Mike,

When i checked on no blank list in form as shown in Picture,then when i select a value in a dropdown list then value automatically search in relevant field but not selected due to this filtered list value show on a form but not show on grid.

So do you have any idea on that like auto select filterlist value after search.

 



AbhishekSrivastava - Wednesday, March 9, 2016 7:13 AM:

Hi,

When i use filter list , it works but still when i select value then in other field value filtered but by default blank value also comes. but i want when i select value in one field then in another field value comes automatically,

Help Required,

Thank You

Abhishek Srivastava

 



Mike G - Friday, March 18, 2016 8:05 AM:

If you want to set one value based on another being set/changed, you must do that using an onChange client event and probably use the handleItemChange("property_name", newValue); statement to set the other property named property_name to the value in the variable newValue.



AbhishekSrivastava - Saturday, March 19, 2016 12:07 AM:

Hi Mike,

Actually, I make a list for Vend Category(List), Vend name(Filter List), NDA Status(Filter List). So when i click on vend category then as per this vendor filter and when i select vendor name then as per this NDA Status populate but problem is i dont want to select nda status and without select it shown on form but no t show on grid.

So what can i do for this like if value filtered and show in nda status field then automatic selected then it will show on grid .

 

Thanks Mike.... Your help is highly appreciable

Abhishek Srivastava