Announcements
No record found.
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(); } }
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.
not working for double quotes as well
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.
thankyou. i am creating a new thread please help with it
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 517 Super User 2026 Season 1
Giorgio Bonacorsi 440
Adis 266 Super User 2026 Season 1