Posted 12 December 2018, 7:46 am EST
Hi,
I’m using C1 version 2.0.20153.102 with Vb.net 2010.
I’ve got a problem where the filterdefinition gets saved to the XML file with incorrect nodes resulting in zero rows being shown after a refresh. Basically the filtering when applied to a full set of rows results in 8 rows remaining which is correct.
If I click reset or click to another treeview node (which causes rereading of data when I return to the required node) the database gets read then the filter xml gets read causing zero records in the grid because for some reason an extra block of xml is added when it shouldn’t. Looking at the following XML the section with ValueFilter after Condition is not needed.
[b] [/b]So that section is already defined for column 1 but is copied into column 7?
If apply 3 value filters it works but If I add a condition filter then the insertion of the value filter in the section for column with the condition filter happens.
If I have just 2 condition filters it works.
As a test I added the column 1 filter after 7 & 9 were already in place then the extra section was added to column 7 when I added column filter. So adding a value filter before a condition filter (in terms of column order) causes this?
Any advice is appreciated.
Thanks
Martin