Hi ALL,
I would like to share a document on filtering the records from TABLE UI.
1. Create two nodes as SFLIGHT and FILTER_VALUE with the cardinality 0..n and 1..1 respectively
Note: In FILTER_VALUE node, all the search fields must be of type STRING.
2. Create a TABLE UI element in MAIN view and bind the node SFLIGHT and do the below properties.
3. Write the below Code WDDOINIT method.
4. Write the below code in WDDOMODIFY method.
5. Write the below code to filtering the values in the table.
6. Output.
6.1. Without Filtering
6.2. Filtering with CARRID = AZ
6.3. Filtering with FLDATE = 24.09.2014
If we delete the Filter value, all entries comes into picture.
Best regards,
Narasimha