Announcements
Hey guys !!
My data is not appearing with filter
Please Can you help me ?
Thanks in advance
@Anonymous
Test to see if you get data by just filtering for each one of the values to see which one is giving the problem.
Your're currently filtering only for rows in which "Identité" is empty.
To show all rows if your search field is empty, you had to use a small workarround:
Update your code by deletinging everything beginning with "&&" and add the followning code:
&& If(IsBlank(TextSearchBox1_9.Text);true;Identité.Value=TextSearchBox1_9.Text)
Use , inside your Filter ( ) instead of ;
Regards,
Prajyot
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1