<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1375 Partial function truncated in Ad Hoc test rule inputs</title><link>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1375 Partial function truncated in Ad Hoc test rule inputs</title><link>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs</link><pubDate>Mon, 23 Jul 2018 03:40:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bb333ec-f89a-43e4-9b8a-43e44d80beff</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 3:40:53 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When writing an expression using a partial evaluation, only the first input is considered when testing through Ad Hoc view. For example:&lt;/p&gt;
&lt;pre class="code-java"&gt;ri!input2(ri!input1) &lt;/pre&gt;
&lt;p&gt;with the following values set as rule inputs in Ad Hoc:&lt;/p&gt;
&lt;pre class="code-java"&gt;input1 = Any Type = 10
input2 = AnyType = fn!sum(_,20)&lt;/pre&gt;
&lt;p&gt;would result in this output:&lt;/p&gt;
&lt;pre class="code-java"&gt;Value: 10&lt;/pre&gt;
&lt;p&gt;despite the expected evaluation to include 20 and return 30.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is &lt;strong&gt;AN-86241&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian version 17.1&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, application design, open issues&lt;/div&gt;
</description></item><item><title>KB-1375 Partial function truncated in Ad Hoc test rule inputs</title><link>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs/revision/3</link><pubDate>Fri, 09 Jun 2017 20:02:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bb333ec-f89a-43e4-9b8a-43e44d80beff</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Nick Vigilante on 6/9/2017 8:02:55 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When writing an expression using a partial evaluation, only the first input is considered when testing through Ad Hoc view. For example:&lt;/p&gt;
&lt;pre class="code-java"&gt;ri!input2(ri!input1) &lt;/pre&gt;
&lt;p&gt;with the following values set as rule inputs in Ad Hoc:&lt;/p&gt;
&lt;pre class="code-java"&gt;input1 = Any Type = 10
input2 = AnyType = fn!sum(_,20)&lt;/pre&gt;
&lt;p&gt;would result in this output:&lt;/p&gt;
&lt;pre class="code-java"&gt;Value: 10&lt;/pre&gt;
&lt;p&gt;despite the expected evaluation to include 20 and return 30.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is &lt;strong&gt;AN-86241&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian version 17.1&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, open issues&lt;/div&gt;
</description></item><item><title>KBXXXX Partial function truncated in Ad Hoc test rule inputs</title><link>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs/revision/1</link><pubDate>Fri, 09 Jun 2017 19:50:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bb333ec-f89a-43e4-9b8a-43e44d80beff</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jenn Pridemore on 6/9/2017 7:50:17 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When writing an expression using a partial evaluation, only the first input is considered. For example:&lt;/p&gt;
&lt;pre class="code-java"&gt;ri!input2(ri!input1) &lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;with the following values set as rule inputs:&lt;/p&gt;
&lt;pre class="code-java"&gt;input1 = Any Type = 10
input2 = AnyType = fn!sum(_,20)&lt;/pre&gt;
&lt;p&gt;Would result in this output:&lt;/p&gt;
&lt;pre class="code-java"&gt;Value: 10&lt;/pre&gt;
&lt;p&gt;despite the expected evaluation to include 20 and return 30.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is AN-86241.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian version 17.1&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, open issues&lt;/div&gt;
</description></item><item><title>KBXXXX Partial function truncated in Ad Hoc test rule inputs</title><link>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs/revision/2</link><pubDate>Fri, 09 Jun 2017 15:51:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bb333ec-f89a-43e4-9b8a-43e44d80beff</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/619/kb-1375-partial-function-truncated-in-ad-hoc-test-rule-inputs#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jenn Pridemore on 6/9/2017 3:51:19 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When writing an expression using a partial evaluation, only the first input is considered when testing through Ad Hoc view. For example:&lt;/p&gt;
&lt;pre class="code-java"&gt;ri!input2(ri!input1) &lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;with the following values set as rule inputs in Ad Hoc:&lt;/p&gt;
&lt;pre class="code-java"&gt;input1 = Any Type = 10
input2 = AnyType = fn!sum(_,20)&lt;/pre&gt;
&lt;p&gt;would result in this output:&lt;/p&gt;
&lt;pre class="code-java"&gt;Value: 10&lt;/pre&gt;
&lt;p&gt;despite the expected evaluation to include 20 and return 30.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is AN-86241.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian version 17.1&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, open issues&lt;/div&gt;
</description></item></channel></rss>