<?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: Calculated Item SAS MA in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/924059#M1999</link>
    <description>-validni&lt;BR /&gt;case when &amp;lt;&amp;lt;/Client/TOP items/Customer Context&amp;gt;&amp;gt; = 'CZ' then&lt;BR /&gt;&lt;BR /&gt;case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na pobočku.'&lt;BR /&gt;then&lt;BR /&gt;'text1'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='address'&lt;BR /&gt;then&lt;BR /&gt;'text2'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na kontaktní adresu.'&lt;BR /&gt;then&lt;BR /&gt;' ve virtuální podobě do mobilní aplikace Smart Banking. V&amp;nbsp;případě že budete potřebovat plastovou kartu, můžete si o ní jednoduše požádat kdykoliv zdarma v&amp;nbsp;aplikaci.'&lt;BR /&gt;end end end</description>
    <pubDate>Fri, 12 Apr 2024 08:42:30 GMT</pubDate>
    <dc:creator>zuzak</dc:creator>
    <dc:date>2024-04-12T08:42:30Z</dc:date>
    <item>
      <title>Calculated Item SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/424321#M734</link>
      <description>&lt;P&gt;I have create a campaign In SAS MA, and I want to export a list of informations about the client (Id client, Name Client, Last Name Client, Age, Work category, Sex Client, Message),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the variable Message to be a calculated Item that return a message like :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case when&amp;nbsp; work category = Worker and sex_client = M then " Dear Mr &amp;lt;&amp;lt;Name of the client&amp;gt;&amp;gt; ........" somthing like that&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible in SAS MA ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 14:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/424321#M734</guid>
      <dc:creator>Asmaaa</dc:creator>
      <dc:date>2018-01-02T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Item SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/425843#M742</link>
      <description>&lt;P&gt;Hi Asmaaa, certainly you can do that by&amp;nbsp;creating a Calculated Item called "Message". There is plenty of information of how to create calculated items in SAS MA User Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, your calculated item formula will be based on case&amp;nbsp;statement (case when ... then ... when ... then ... else ... end);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;case &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when &amp;lt;&amp;lt;category&amp;gt;&amp;gt; = "Worker" and &amp;lt;&amp;lt;sex_client&amp;gt;&amp;gt; = "M" then&amp;nbsp;&amp;nbsp;"Dear Mr. " || &amp;lt;&amp;lt;Name of the client&amp;gt;&amp;gt; || ", good bye!"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when&amp;nbsp;&amp;lt;&amp;lt;category&amp;gt;&amp;gt; = "Student" and &amp;lt;&amp;lt;sex_client&amp;gt;&amp;gt; = "F" then&amp;nbsp;&amp;nbsp;"Sorry we don't deal with female students, come back later, bye!"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;else "Hey we don't know you, bye"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 17:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/425843#M742</guid>
      <dc:creator>Dmitry_Alergant</dc:creator>
      <dc:date>2018-01-08T17:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Item SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/924058#M1998</link>
      <description>&lt;P&gt;case when &amp;lt;&amp;lt;/Client/TOP items/Customer Context&amp;gt;&amp;gt; = 'CZ' then&lt;/P&gt;&lt;P&gt;case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na pobočku.'&lt;BR /&gt;then&lt;BR /&gt;'text1'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='address'&lt;BR /&gt;then&lt;BR /&gt;'text2'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na kontaktní adresu.'&lt;BR /&gt;then&lt;BR /&gt;' ve virtuální podobě do mobilní aplikace Smart Banking. V&amp;nbsp;případě že budete potřebovat plastovou kartu, můžete si o ní jednoduše požádat kdykoliv zdarma v&amp;nbsp;aplikaci.'&lt;BR /&gt;end end end&lt;/P&gt;&lt;P&gt;case when &amp;lt;&amp;lt;/Client/TOP items/Customer Context&amp;gt;&amp;gt; = 'SR' then&lt;/P&gt;&lt;P&gt;case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na pobočkuSR.'&lt;BR /&gt;then&lt;BR /&gt;'text1'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='addressSR'&lt;BR /&gt;then&lt;BR /&gt;'text2'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na kontaktní adresu.'&lt;BR /&gt;then&lt;BR /&gt;' ve virtuální podobě do mobilní aplikace Smart BankingSR.'&lt;BR /&gt;end end end&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 08:42:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/924058#M1998</guid>
      <dc:creator>zuzak</dc:creator>
      <dc:date>2024-04-12T08:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Item SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/924059#M1999</link>
      <description>-validni&lt;BR /&gt;case when &amp;lt;&amp;lt;/Client/TOP items/Customer Context&amp;gt;&amp;gt; = 'CZ' then&lt;BR /&gt;&lt;BR /&gt;case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na pobočku.'&lt;BR /&gt;then&lt;BR /&gt;'text1'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='address'&lt;BR /&gt;then&lt;BR /&gt;'text2'&lt;BR /&gt;else case when &amp;lt;&amp;lt;/Client/Imported Data/Dummy Char3&amp;gt;&amp;gt;='na kontaktní adresu.'&lt;BR /&gt;then&lt;BR /&gt;' ve virtuální podobě do mobilní aplikace Smart Banking. V&amp;nbsp;případě že budete potřebovat plastovou kartu, můžete si o ní jednoduše požádat kdykoliv zdarma v&amp;nbsp;aplikaci.'&lt;BR /&gt;end end end</description>
      <pubDate>Fri, 12 Apr 2024 08:42:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Calculated-Item-SAS-MA/m-p/924059#M1999</guid>
      <dc:creator>zuzak</dc:creator>
      <dc:date>2024-04-12T08:42:30Z</dc:date>
    </item>
  </channel>
</rss>

