Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

Need To Empty quick filter based On value entered in Another quick filter

(0) ShareShare
ReportReport
Posted on by

pastedimage1674454915835v1.png

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();
            }         }
 

  • RE: Need To Empty quick filter based On value entered in Another quick filter.Please help !!!

    thankyou. i am creating a new thread please help with it

  • Verified answer
    GirishS Profile Picture
    GirishS 27,821 Super User 2024 Season 1 on at
    RE: Need To Empty quick filter based On value entered in Another quick filter.Please help !!!

    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.

  • RE: Need To Empty quick filter based On value entered in Another quick filter.Please help !!!

    not working for double quotes as well

  • Suggested answer
    GirishS Profile Picture
    GirishS 27,821 Super User 2024 Season 1 on at
    RE: Need To Empty quick filter based On value entered in Another quick filter.Please help !!!

    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.

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.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,979 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,848 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans