Announcements
Hey,
I have a data table connected to CDS Users.
In this data table i have an attribute "Windows live ID".
I want to filter this particular column such that "Windows live id" = xxxxxxxxx@hp.com
other data like : xxxxxxxx@HP.onmicrosoft.com should not be present in this column.
Please help!
Thank you
@portalweb
Try this code in the Items property of the data table. It will exclude any emails ending in onmicrosoft.com.
Filter(your_datasource_name, !(“onmicrosoft.com” in ‘Windows Live ID’))
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi,
If you want to ONLY show items that end with @hp.com, you can use the EndsWith function:
Filter(DataSource, EndsWith( 'Windows Live ID', "@hp.com" ) );
This will only show entries that end with that specific text,
@mdevaney 's idea will also work, however the caveat to that is if you have any other addresses on there that arent hp.com and arent onmicrosoft.com then it will show those too 🙂
Cheers,
Sancho
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.
11manish 411 Super User 2026 Season 2
Mohsin Ali 338
WarrenBelz 256 Most Valuable Professional