Hello! I simply want to pull only records from my SQL server table where the division has the word "commercial" in it. What is the syntax in the Items property of my canvas app?
Hello! I simply want to pull only records from my SQL server table where the division has the word "commercial" in it. What is the syntax in the Items property of my canvas app?
Thank you so much for the quick response, @Goncalo! I used the "in" syntax, and it works perfectly! Thanks, again!
Hey!
This should work:
Filter( SQLTale_Name, Find("commercial", Divison))
Or:
Filter( SQLTale_Name, "commercial" in Divison)
Or:
Filter( SQLTale_Name, "commercial" exactin Divison)
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1