Announcements
Hi Team,
In Power Apps, while applying filter I am unable to apply filter on a SQL Server data column whose data type is nvarchar. I need to apply filter on a column with datatype as nvarchar and text as Open, can you please provide the syntax. SQL Server table for the mentioned column I have imported in the power app.
Thanks,
Salil
Hi @SalilSingh
There is nothing in Power Apps that prevents us from applying a filter condition to an nvarchar column. This is the syntax that you would use.
Filter(YourSQLTable, TargetColumn = "Open" )
Hi,
nvarchar fields do not filtered when writing 2 Hebrew words or hebrew word and a number.
why?
ClearCollect(
tblFilterHubs,
Sort(
Filter(
'ods.HubAndDest',
(txtSrcCustName.Text in CUSTNAME && txtSrcCustDes.Text in custDes && txtSrcAddress.Text in ADDRESS && txtSrcCity.Text in ZPAZ_CITYNAME &&
txtSrcStreet.Text in ZPAZ_STREETNAME && txtSrcDistrict.Text in DISTRICTDES)
),
ZPAZ_CITYNAME,
SortOrder.Descending
)
);
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 432 Super User 2026 Season 2
Mohsin Ali 347
WarrenBelz 254 Most Valuable Professional