here as we select from list of segment ids, category id filter needs to be empty. but its not , i have used this code but not working accordingly
[DataField] class SegmentId { public void modified() { #define.blank('') super(); // When segment changes, subsegment should be cleared custTable.SubsegmentId = #blank; // Refersh Customer data source custTable_ds.refresh(); } }
thankyou. i am creating a new thread please help with it
You need to empty the category id after selection of segment id right?
If that is the case it must be custTable.CategoryId = #blank;
You are trying to assign empty string to segement id which is wrong.
Thanks,
Girish S.
not working for double quotes as well
Hi Sachin,
Instead of single quotes can you try with double quotes and check.
[DataField] class SegmentId { public void modified() { #define.blank(" ") super(); // When segment changes, subsegment should be cleared custTable.SubsegmentId = #blank; // Refersh Customer data source custTable_ds.refresh(); } }
Thanks,
Girish S.
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156