<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Temporary Variable in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317412#M57733</link>
    <description>&lt;P&gt;Thanks for providing that sample workflow for me to review. It looks like you're trying to calculate the low/high value range for each vehicle type, for each record in your input. I wasn't sure what the A,B,C,D values in Dataset2 meant, so i skipped them for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the attached example where I did a little clean up and preparation on DataSet2, then computed value ranges for each record in the second tool container. If this is all wrong, then let me know and I'll give it another shot.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Oct 2018 20:57:08 GMT</pubDate>
    <dc:creator>CharlieS</dc:creator>
    <dc:date>2018-10-29T20:57:08Z</dc:date>
    <item>
      <title>Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317202#M57711</link>
      <description>&lt;P&gt;Is there a way to create a variable inside a formula that is not related to a column?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:50:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317202#M57711</guid>
      <dc:creator>bnadler004</dc:creator>
      <dc:date>2024-06-13T21:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317217#M57713</link>
      <description>I would like to do the following in a conditional statement:&lt;BR /&gt;If (Condition) then [New Variable] = [Column A] Else "Not Tested" (or -1 if&lt;BR /&gt;numeric) Endif&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;*Barry Nadler*&lt;BR /&gt;PwC | Specialist&lt;BR /&gt;Tampa | +1 (727) 483 4195&lt;BR /&gt;PricewaterhouseCoopers LLP&lt;BR /&gt;pwc.com&lt;BR /&gt;&lt;BR /&gt;______________________________________________________________________&lt;BR /&gt;The content of this email is limited to the matters specifically addressed herein and is not intended to address other potential tax consequences or the potential application of tax penalties to this or any other matter.&lt;BR /&gt;&lt;BR /&gt;______________________________________________________________________&lt;BR /&gt;The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited, and all liability arising therefrom is disclaimed. If you received this in error, please contact the sender and delete the material from any computer. PricewaterhouseCoopers LLP is a Delaware limited liability partnership. This communication may come from PricewaterhouseCoopers LLP or one of its subsidiaries.</description>
      <pubDate>Sun, 28 Oct 2018 01:41:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317217#M57713</guid>
      <dc:creator>bnadler004</dc:creator>
      <dc:date>2018-10-28T01:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317207#M57712</link>
      <description>&lt;P&gt;I'd like to help, but I think some more information is necessary. Could you describe what you are trying to achieve, or do you have a proposed formula?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:35:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317207#M57712</guid>
      <dc:creator>CharlieS</dc:creator>
      <dc:date>2018-10-29T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317334#M57714</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/47909"&gt;@bnadler004&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I would like to do the following in a conditional statement:&lt;BR /&gt;If (Condition) then [New Variable] = [Column A] Else "Not Tested" (or -1 if&lt;BR /&gt;numeric) Endif&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The conditional statement looks straightforward. What did you have in mind to create this "New Variable". Whatever you would do to create that variable could be done within the conditional statement rather that in a separate field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 18:45:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317334#M57714</guid>
      <dc:creator>CharlieS</dc:creator>
      <dc:date>2018-10-29T18:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317335#M57715</link>
      <description>&lt;P&gt;I can get what I want using an Append, however, if there is the existence of temporary variables, it would be cleaner.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 18:49:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317335#M57715</guid>
      <dc:creator>bnadler004</dc:creator>
      <dc:date>2018-10-29T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317350#M57716</link>
      <description>&lt;P&gt;What information do you append? Could you attach an example of this workflow?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whatever goes into creating this "temporary variable" could probably be done within the conditional statement with the same formula without needing to define another variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 19:14:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317350#M57716</guid>
      <dc:creator>CharlieS</dc:creator>
      <dc:date>2018-10-29T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317363#M57719</link>
      <description>&lt;P&gt;The portion of this file&amp;nbsp; that is of interest ends with the formula tool, for now.&amp;nbsp; If, instead of the Append tool, I could use a formula tool, it would be cleaner.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 19:30:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317363#M57719</guid>
      <dc:creator>bnadler004</dc:creator>
      <dc:date>2018-10-29T19:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317412#M57733</link>
      <description>&lt;P&gt;Thanks for providing that sample workflow for me to review. It looks like you're trying to calculate the low/high value range for each vehicle type, for each record in your input. I wasn't sure what the A,B,C,D values in Dataset2 meant, so i skipped them for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the attached example where I did a little clean up and preparation on DataSet2, then computed value ranges for each record in the second tool container. If this is all wrong, then let me know and I'll give it another shot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:57:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/317412#M57733</guid>
      <dc:creator>CharlieS</dc:creator>
      <dc:date>2018-10-29T20:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/318392#M57954</link>
      <description>&lt;P&gt;Charlie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I cannot open your solution.&amp;nbsp; We are still using V. 11.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:10:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/318392#M57954</guid>
      <dc:creator>bnadler004</dc:creator>
      <dc:date>2018-10-31T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/318450#M57978</link>
      <description>&lt;P&gt;Open the .yxmd file in Notepad and change the XML version to 11.5 and see if that works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="XMLVersionEdit.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/46620i97360C4806C6E070/image-size/medium?v=v2&amp;amp;px=400" role="button" title="XMLVersionEdit.png" alt="XMLVersionEdit.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:43:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/318450#M57978</guid>
      <dc:creator>CharlieS</dc:creator>
      <dc:date>2018-10-31T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Variable</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/320863#M58471</link>
      <description>&lt;P&gt;Thank you, that worked and I was able to open the solution you provided.&amp;nbsp; It's much better than what I had done.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 15:51:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Temporary-Variable/m-p/320863#M58471</guid>
      <dc:creator>bnadler004</dc:creator>
      <dc:date>2018-11-05T15:51:12Z</dc:date>
    </item>
  </channel>
</rss>

