web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Pages - fetchxml to qu...
Power Pages
Answered

Pages - fetchxml to query yes no field?

(0) ShareShare
ReportReport
Posted on by 116

I need to get the value of a yes/no field with fetch xml on a service page, in javascript i would do something like this

 

 

var varQ5 = $('#lc_yesnofield_0')[0].checked;

 

 

in fetch xml i have tried many variations of this

 

 

{%- assign ownerid = request.params["id"] -%}
{%- if ownerid -%}
{%- fetchxml lookupfacility -%}
<fetch no-lock="true" distinct="true">
 <entity name="lc_owner">
 <attribute name="lc_ownerid" />
 <attribute name="lc_yesnofield" />
 <filter>
 <condition attribute="lc_ownerid" operator="eq" value="{{ ownerid }}" />
 </filter>
 </entity>
</fetch>
{%- endfetchxml -%}
{%- assign results = lookupfacility.results.entities -%}
[
{%- for facility in results -%}
{ "ownerid" : "{{facility.lc_ownerid}}", "yesnofield" : "{{facility.lc_yesnofield.Value}}" } {%- unless forloop.last -%},{%- endunless -%}
{%- endfor -%}
]
{% else %}
[]
{% endif %}

 

 

anyone able to point me in the right direction?

Categories:
I have the same question (0)
  • Verified answer
    Jeff_ccs Profile Picture
    116 on at

    I'm may have over thought it. without .checked at all it returns true/false

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
rezarizvii Profile Picture

rezarizvii 71

#2
DP_Prabh Profile Picture

DP_Prabh 36

#3
oliver.rodrigues Profile Picture

oliver.rodrigues 32 Most Valuable Professional

Last 30 days Overall leaderboard