<?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: How to display multiple values from a single SQL column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-multiple-values-from-a-single-sql-column/m-p/12071427#M1970106</link>
    <description>&lt;P&gt;Check following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/13462724/in-amdp-how-to-display-multiple-row-values-in-a-si.html"&gt;In AMDP , how to display multiple row values in a single comma separated column | SAP Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 16:48:12 GMT</pubDate>
    <dc:creator>pubudug</dc:creator>
    <dc:date>2021-08-19T16:48:12Z</dc:date>
    <item>
      <title>How to display multiple values from a single SQL column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-multiple-values-from-a-single-sql-column/m-p/12071426#M1970105</link>
      <description>&lt;P&gt;I'm not sure how best to phrase this:&lt;BR /&gt;&lt;BR /&gt;*I am using crystal reports 9.2*&lt;BR /&gt;&lt;BR /&gt;We are looking to include multiple NOTE_IDs (column name) from a table TKT_NOTE.&lt;BR /&gt;There are two unique NOTE_IDs tied to a single ticket and I am trying to display both unique notes&lt;BR /&gt;&lt;BR /&gt;I can pull a single NOTE_ID multiple times but I cannot display each unique NOTE_ID&lt;BR /&gt;&lt;BR /&gt;For instance, the two notes I need are NOTE_ID: ROOM_NUM and CARD_MSG&lt;BR /&gt;The table structure I am look at is as follows&lt;BR /&gt;TKT_NO, NOTE_ID, NOTE_TXT&lt;BR /&gt;000001, ROOM_NUM, 123&lt;/P&gt;
  &lt;P&gt;000001, CARD_MSG, 'Get Well Soon!'&lt;BR /&gt;&lt;BR /&gt;I can pull room 123 or get well soon via hard coding but I cannot get both records to display.&lt;BR /&gt;It is simple to do in SQL but I am not sure how to use a qualifier in Crystal to isolate each record. &lt;BR /&gt;&lt;BR /&gt;I have tried making formula fields with the following syntax&lt;BR /&gt;if ({TKT_NOTE,NOTE_ID}='ROOM_NUM') then totext ({TKT_NOTE.NOTE_TXT})&lt;BR /&gt;if ({TKT_NOTE,NOTE_ID}='CARD_MSG') then totext ({TKT_NOTE.NOTE_TXT})&lt;BR /&gt;&lt;BR /&gt;But both display 123&lt;BR /&gt;&lt;BR /&gt;Does crystal have qualifiers so I can change the formula to something like:&lt;BR /&gt;if ({TKT_NOTE,NOTE_ID}='ROOM_NUM') then totext ({TKT_NOTE.NOTE_TXT} where {TKT_NOTE,NOTE_ID}='ROOM_NUM')&lt;/P&gt;
  &lt;P&gt;if ({TKT_NOTE,NOTE_ID}='CARD_MSG') then totext ({TKT_NOTE.NOTE_TXT} where {TKT_NOTE,NOTE_ID}='CARD_MSG')&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 07:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-multiple-values-from-a-single-sql-column/m-p/12071426#M1970105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-20T07:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display multiple values from a single SQL column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-multiple-values-from-a-single-sql-column/m-p/12071427#M1970106</link>
      <description>&lt;P&gt;Check following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/13462724/in-amdp-how-to-display-multiple-row-values-in-a-si.html"&gt;In AMDP , how to display multiple row values in a single comma separated column | SAP Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 16:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-multiple-values-from-a-single-sql-column/m-p/12071427#M1970106</guid>
      <dc:creator>pubudug</dc:creator>
      <dc:date>2021-08-19T16:48:12Z</dc:date>
    </item>
  </channel>
</rss>

