Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Error filtering on SQL view: An identifier was expected at position 52.

(0) ShareShare
ReportReport
Posted on by 4

I have a grid where the items selected are being filtered based on the value selected in a dropdown and toggle control as shown below.

Screenshot - 7_24_2018 , 12_46_42 PM.png

 

The dropdown items are coming from '[Active].[Model]', displaying the ModelName (nothing fancy).  The grid is pulling items from a SQL view and the  Items property on the grid is really straight forward:  

 

Filter(
 '[Active].[vwModelReasonCodes]',
 ModelId = Dropdown8.Selected.ModelId,
 IsScrapReason = If(Toggle2.Value, 1, 0)
 )

When I comment out the first filter expression, everything works great, but when I include it, I get this error: "An identifier was expected at position 52."  What's even more strange is that the app works great in the designer but not in the PowerApps desktop app, or when using the app in the browser.

 

 

In doing a bit more troubleshooting, I opened the browser dev toolbar and found some strange behavior.  The request to get the data from vwModelReasonCodes looks like this:

To make it easier to read I've decoded the query parameters below:

  • $filter: (ModelId eq 23)and(IsScrapReason eq 0)
  • $select: IsScrapReason,ModelName,ReasonText,FaultDescription,57dfb1b5-7d79-4046-a4da-fd831d5befe1-KeyId
  • $top: 100

 

I assume this is producing a SQL statement that looks something like this:

SELECT TOP 100 

    IsScrapReason,ModelName,ReasonText,FaultDescription,57dfb1b5-7d79-4046-a4da-fd831d5befe1-KeyId

FROM [Active].[vwModelReasonCodes]

WHERE (ModelId eq 23)and(IsScrapReason eq 0)

 

So I'll state the obvious that there is no column named "57dfb1b5-7d79-4046-a4da-fd831d5befe1-KeyId" in my view.

 

Again, this problem goes away as soon as I comment out the "ModelId = Dropdown8.Selected.ModelId" filter.

 

Any help with this would be very much appreciated!

 

HAR file attached for reference.

Categories:
  • mcandelo Profile Picture
    4 on at
    Re: Error filtering on SQL view: An identifier was expected at position 52.

    Turning off the Explicit Column Selection option solved the problem, thank you!

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: Error filtering on SQL view: An identifier was expected at position 52.

    Hi @mcandelo,

     

    Could you please share a bit more about the error message within your app?

     

    I have made a test on my side and don't have the issue that you mentioned.

     

    The user @ORYXIT and @bobed have faced same issue with you, please check the following threads:

    https://powerusers.microsoft.com/t5/General-Discussion/Error-when-app-starting/td-p/105618

     

    https://powerusers.microsoft.com/t5/Connecting-to-Data/The-requested-operation-is-invalid-Server-Response-An-identifier/td-p/119095

     

    Please check if you have enabled/turned on the "Explicit Column Selection" option within the Advanced Settings of App settings (App settings-> Advanced Settings-> "Explicit Column Selection" option), if yes, please take a try to disable/turned off the this option, then check if the issue is solved.

    3.JPG

     

    Best regards,

    Kris

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard