<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									File is Invalid: ParseError When Using Less Than or Equal to - Developer Network Q&amp;A				            </title>
            <link>https://community.onenetwork.com/sdk-forum/file-is-invalid-parseerror-when-using-less-than-or-equal-to/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Apr 2026 20:07:43 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: File is Invalid: ParseError When Using Less Than or Equal to</title>
                        <link>https://community.onenetwork.com/sdk-forum/file-is-invalid-parseerror-when-using-less-than-or-equal-to/#post-7253</link>
                        <pubDate>Tue, 11 Jan 2022 15:22:40 +0000</pubDate>
                        <description><![CDATA[The following answer was provided by @gmerrill:
This is a limitation of XML. You can&#039;t use a &lt; except to start a new xml tag. You have two options:
Option 1: use an &quot;entity&quot; to define t...]]></description>
                        <content:encoded><![CDATA[<p>The following answer was provided by @gmerrill:</p>
<p>This is a limitation of XML. You can't use a &lt; except to start a new xml tag. You have two options:</p>
<p>Option 1: use an "entity" to define the &lt;</p>
<pre contenteditable="false">&lt;SqlDef Name="BookstoreReportTutorial" GroupName="BookstoreReportTutorial"&gt;
 ...
 and ${filterIfNotNull:argQtySoldHigh, QUANTITY_SOLD &amp;lt;= $argQtySoldHigh$}
 ...
&lt;/SqlDef&gt;</pre>
<p>Option 2: put the entire sql text in a &lt;![CDATA]&gt; enclosure</p>
<pre contenteditable="false">&lt;SqlDef Name="BookstoreReportTutorial" GroupName="BookstoreReportTutorial"&gt;&lt;![CDATA]&gt;&lt;/SqlDef&gt; </pre>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Matt Nutsch</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/file-is-invalid-parseerror-when-using-less-than-or-equal-to/#post-7253</guid>
                    </item>
				                    <item>
                        <title>File is Invalid: ParseError When Using Less Than or Equal to</title>
                        <link>https://community.onenetwork.com/sdk-forum/file-is-invalid-parseerror-when-using-less-than-or-equal-to/#post-7252</link>
                        <pubDate>Tue, 11 Jan 2022 15:22:13 +0000</pubDate>
                        <description><![CDATA[When using a less than or equal to comparison in the following format of a Report, I get a ParseError.
(Retrieval Field) &lt;= (Custom Filter Field)

What is a work around for this?]]></description>
                        <content:encoded><![CDATA[<p>When using a less than or equal to comparison in the following format of a Report, I get a ParseError.</p>
<p>(Retrieval Field) &lt;= (Custom Filter Field)</p>
361
<p>What is a work around for this?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Matt Nutsch</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/file-is-invalid-parseerror-when-using-less-than-or-equal-to/#post-7252</guid>
                    </item>
							        </channel>
        </rss>
		