Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filter for Table having Tree by key table column

0 Likes
637

Hi,

I have a Table created in my WD component with a Master column of type TreeByKey.

I need to implement the filter option here which is done and in debug I see the data getting filtered.

But there is dump saying "ASSERTION FAILED".

This is due to the failure at the statement, here m_fixed_row_count is the count of records that have been filtered.

  " TableTreeByKey does not accept a fixed row count

  assert m_fixed_row_count = c_no_fixed_row_count.

How can this be fixed? Any help will be appreciated.

Regards,

Herwin.

2 REPLIES 2
Read only

0 Likes
513

Fixed it.

After calling the Apply_filter method. Set the row count to -1.

Read only

0 Likes
513

This is not answered. Although the dump is fixed. The filtering now retains all the records of the list