<?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: CI export issue in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679364#M1641</link>
    <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/342807"&gt;@rotemtav&lt;/a&gt;,&lt;BR /&gt;I think the suggestion from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/63809"&gt;@infomevijay&lt;/a&gt; is going to get you closer to the answer. The CI log file will show you the query being generated (which is very often different to what Information Map Studio generates) and allow you to examine what is going wrong with your information map design.&lt;BR /&gt;Regards&lt;BR /&gt;James</description>
    <pubDate>Wed, 26 Aug 2020 07:08:45 GMT</pubDate>
    <dc:creator>JamesAnderson</dc:creator>
    <dc:date>2020-08-26T07:08:45Z</dc:date>
    <item>
      <title>CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678758#M1629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a campaign using the new subject in Information Map.&lt;/P&gt;&lt;P&gt;subject 1: customers&amp;nbsp;&lt;/P&gt;&lt;P&gt;subject 2: policy+customer&lt;/P&gt;&lt;P&gt;the join between the 2 subject is complex, but the key for the subject 2 is based on 3 fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when trying to run a test sql query in information map I can see exactly what I was expecting to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SQL Outobs=100;&lt;BR /&gt;Create table WORK.%RESULT_TABLE_NAME% as&lt;BR /&gt;SELECT DISTINCT&lt;BR /&gt;table1.NK_IND_AGMT_ID AS DIR_2 LABEL='Nk Ind Agmt Id' FORMAT=$100.,&lt;BR /&gt;table0.IDENTIFICATION_DOC_NUMBER AS DIR_3 LABEL='Identification Doc Number' FORMAT=$50.&lt;BR /&gt;FROM&lt;BR /&gt;MACUST.DIM_SC_MI_ID_CUSTOMER_PANEL_CU table0 Inner join DWH.CV4_MVW table1 on ( (table0.IDENTIFICATION_DOC_NUMBER = table1.TZ)&lt;BR /&gt;AND table1.LOOKUP_TZ = table1.TZ&lt;BR /&gt;AND table1.LOOKUP_ID_DOC_TYPE = table1.ID_DOC_TYPE_CODE )&lt;BR /&gt;GROUP BY&lt;BR /&gt;1,&lt;BR /&gt;2;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when exporting the data to a table I can see that fields are empty, so I trying to query in oracle sql the same query the information map gave me, and it givven me the fields and not returning null. which is exactly what I was expecting to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why the CI is not doing the same connections and joins like the info map query?&amp;nbsp;&lt;/P&gt;&lt;P&gt;the export I have is only export the keys (level id) from both subjects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2020 16:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678758#M1629</guid>
      <dc:creator>rotemtav</dc:creator>
      <dc:date>2020-08-23T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678835#M1630</link>
      <description>&lt;P&gt;I would suggest you to look into the SASCustIntelCore6.x.log file and verify the query generated by CI export. It should give you more details why the fields are empty in the export.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 09:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678835#M1630</guid>
      <dc:creator>infomevijay</dc:creator>
      <dc:date>2020-08-24T09:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678841#M1632</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/342807"&gt;@rotemtav&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it has something to do with the subjects in your CI diagram. What select statement did you use in CI before the export node? Did you use a map node to map the proper subjects? Did you choose the correct subject for your export?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also try verifying if your Business Context is using the correct information map. Maybe it's using an outdated version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 10:28:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678841#M1632</guid>
      <dc:creator>jcawesome</dc:creator>
      <dc:date>2020-08-24T10:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678924#M1634</link>
      <description>Hi thanks,&lt;BR /&gt;&lt;BR /&gt;I didnt used the map, just select, cell, comm. I choose the correct subject&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2020 16:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/678924#M1634</guid>
      <dc:creator>rotemtav</dc:creator>
      <dc:date>2020-08-24T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679029#M1635</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/342807"&gt;@rotemtav&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But what field did you use in the SELECT node? I noticed that in your query that there's no WHERE statement meaning you're not doing any filtration. In MA, the select node filters out the customer base in order to select a small portion as the segment or sample size when running campaigns.&lt;/P&gt;
&lt;P&gt;Try using the same field in your filtration within MA and in the Information Map.&lt;/P&gt;
&lt;P&gt;Please share screenshots.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 01:19:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679029#M1635</guid>
      <dc:creator>jcawesome</dc:creator>
      <dc:date>2020-08-25T01:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679071#M1636</link>
      <description>Hi, The query is from Im , in the campaign I used one field from subject2&lt;BR /&gt;data items (comes from the subject main table)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:28:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679071#M1636</guid>
      <dc:creator>rotemtav</dc:creator>
      <dc:date>2020-08-25T06:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: CI export issue</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679364#M1641</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/342807"&gt;@rotemtav&lt;/a&gt;,&lt;BR /&gt;I think the suggestion from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/63809"&gt;@infomevijay&lt;/a&gt; is going to get you closer to the answer. The CI log file will show you the query being generated (which is very often different to what Information Map Studio generates) and allow you to examine what is going wrong with your information map design.&lt;BR /&gt;Regards&lt;BR /&gt;James</description>
      <pubDate>Wed, 26 Aug 2020 07:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/CI-export-issue/m-p/679364#M1641</guid>
      <dc:creator>JamesAnderson</dc:creator>
      <dc:date>2020-08-26T07:08:45Z</dc:date>
    </item>
  </channel>
</rss>

