web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
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 2

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

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,833 Moderator on at

    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.

  • Sachin Mittal Profile Picture
    2 on at

    not working for double quotes as well

  • Verified answer
    GirishS Profile Picture
    27,833 Moderator on at

    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.

  • Sachin Mittal Profile Picture
    2 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 517 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 440

#3
Adis Profile Picture

Adis 266 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans