Hello, I currently have an App that is connected to a SQL database to search part numbers from SAP. The issue I am having is that when searching its case sensitive where everything has to be typed in capital letters to return results. Anyway to go about making it not case sensitive?
SortByColumns(Search(Filter([@'[ep1].[MARD]'],WERKS="1005" Or WERKS="1000", LGORT = "0001" Or LGORT= "0002"),TextSearchBox1.Text, "DISKZ","DLINL","ERSDA","WERKS","MATNR"), "DISKZ", If(SortDescending1, Descending, Ascending))
SortByColumns(Search(Filter([@'[ep1].[MARD]'],WERKS="1005" Or WERKS="1000", LGORT = "0001" Or LGORT= "0002"),TextSearchBox1.Text, "DISKZ","DLINL","ERSDA","WERKS","MATNR"), "DISKZ", If(SortDescending1, Descending, Ascending))
Hi,
I am not sure I understand but maybe the Lower, Upper, and Proper functions can help you.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-lower-upper-proper
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473