‎2015 May 20 9:19 PM
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.
‎2015 May 20 9:59 PM
Fixed it.
After calling the Apply_filter method. Set the row count to -1.
‎2015 May 20 10:19 PM
This is not answered. Although the dump is fixed. The filtering now retains all the records of the list