<?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>Question Re: Advanced Reporting Concepts - Showing a Comma Separated List of Values in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159914#M144645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you have assisted with the correct answer to the question. Please also assist her. I have the below statement on the result field of my query but I get the same error. What could be wrong with my statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCI_GET_COMMA_LIST('SELECT T5.LINK_DOC_ID FROM &amp;lt;%SCHEMA%&amp;gt;.FCI_DOC_LINK T5 WHERE T5.PARENT_OBJECT_ID='||T1.OBJECTID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 15:17:12 GMT</pubDate>
    <dc:creator>former_member398983</dc:creator>
    <dc:date>2015-10-14T15:17:12Z</dc:date>
    <item>
      <title>Advanced Reporting Concepts - Showing a Comma Separated List of Values</title>
      <link>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaq-p/9159911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourcing experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need your help regarding the following topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In queries, it is possible to to show a comma separated list of values in a single cell in a result set. For example: show all of the collaborators (comma separated) on a document when querying over a list of documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know we can use function FCI_GET_COMMA_LIST to do it but I've been trying to use it in different ways but following error has been retrieved in all the cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff0000;"&gt;SQL Exception: DB2 SQL Error: SQLCODE=-440, SQLSTATE=42884, SQLERRMC=FCI_GET_COMMA_LIST;FUNCTION, DRIVER=3.62.56, ANSI-92 SQL State: 42884, Vendor Error Code: -440. DB2 SQL Error: SQLCODE=-440, SQLSTATE=42884, SQLERRMC=FCI_GET_COMMA_LIST;FUNCTION, DRIVER=3.62.56 [Nested Exception] SQL Exception: DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-440;42884;FCI_GET_COMMA_LIST|FUNCTION, DRIVER=3.62.56, ANSI-92 SQL State: 56098, Vendor Error Code: -727. [Nested Exception] SQL Exception: DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-440;42884;FCI_GET_COMMA_LIST|FUNCTION, DRIVER=3.62.56, ANSI-92 SQL State: 56098, Vendor Error Code: -727.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide me any easy example on how this function should be used? It would be really appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards ,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 14:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaq-p/9159911</guid>
      <dc:creator>isaac_ariza_cruz</dc:creator>
      <dc:date>2012-11-16T14:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Reporting Concepts - Showing a Comma Separated List of Values</title>
      <link>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159912#M144643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the results field database column name try the following sort of thing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCI_GET_COMMA_LIST('SELECT T4.VENDOR_OBJECT_NAME FROM &amp;lt;%EXT_TABLE(projects.projects,client_sensitivity)%&amp;gt; T4 WHERE T4.PARENT_OBJECT_ID='||T1.OBJECTID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example it does a csv list of vendors from a extension collection (table T4) on my project (table T1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 18:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159912#M144643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-16T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Reporting Concepts - Showing a Comma Separated List of Values</title>
      <link>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159913#M144644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the answer and support. It was helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again and best regards, &lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 09:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159913#M144644</guid>
      <dc:creator>isaac_ariza_cruz</dc:creator>
      <dc:date>2012-11-23T09:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Reporting Concepts - Showing a Comma Separated List of Values</title>
      <link>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159914#M144645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you have assisted with the correct answer to the question. Please also assist her. I have the below statement on the result field of my query but I get the same error. What could be wrong with my statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCI_GET_COMMA_LIST('SELECT T5.LINK_DOC_ID FROM &amp;lt;%SCHEMA%&amp;gt;.FCI_DOC_LINK T5 WHERE T5.PARENT_OBJECT_ID='||T1.OBJECTID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 15:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/advanced-reporting-concepts-showing-a-comma-separated-list-of-values/qaa-p/9159914#M144645</guid>
      <dc:creator>former_member398983</dc:creator>
      <dc:date>2015-10-14T15:17:12Z</dc:date>
    </item>
  </channel>
</rss>

