<?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: Extract JSON Payment information from SQL DB in QlikView in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526763#M107289</link>
    <description>&lt;P&gt;maybe helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1754690051918.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182669i54B0EFA759DDFADA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcoWedel_0-1754690051918.png" alt="MarcoWedel_0-1754690051918.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_1-1754690077768.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182670i54E69C831F4FCC18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcoWedel_1-1754690077768.png" alt="MarcoWedel_1-1754690077768.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2025/Content/Sense_Helpsites/WhatsNew/What-is-new-May2025.htm?key=dc1da06fae2c45298321e25396536c72#:~:text=Native%20JSON%20Support%20for%20Qlik%20Sense" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2025/Content/Sense_Helpsites/WhatsNew/What-is-new-May2025.htm?key=dc1da06fae2c45298321e25396536c72#:~:text=Native%20JSON%20Support%20for%20Qlik%20Sense&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2025 21:54:53 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2025-08-08T21:54:53Z</dc:date>
    <item>
      <title>Extract JSON Payment information from SQL DB in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2525672#M107082</link>
      <description>&lt;P&gt;Good morning.&amp;nbsp;&lt;BR /&gt;I am hoping someone is able to assist or advise me if it is possible to get data from a field that contains payment information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data in a SQL DB and one on the fields, Payments, is either empty or has JSON as below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to extract the Date and Amount portions. I found a couple of examples on the Community, but so far my attempts are not working out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the below, is it all possible to extract the Date and Amount?&amp;nbsp;&lt;/P&gt;&lt;P&gt;[&lt;BR /&gt;{&lt;BR /&gt;"PaymentID": "121d3a27-84be-416a-837c-6707d88ede6d",&lt;BR /&gt;"Date": "2025-07-30T02:00:00+02:00",&lt;BR /&gt;"Amount": 1300.0,&lt;BR /&gt;"Reference": "Payment",&lt;BR /&gt;"CurrencyRate": 1.0,&lt;BR /&gt;"HasAccount": false,&lt;BR /&gt;"HasValidationErrors": false&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 01:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2525672#M107082</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2025-07-30T01:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract JSON Payment information from SQL DB in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2525771#M107101</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I suspect that the cool kids that know modern technologies could come up with some sort of a fancy Python function that would do it for you... I'm old school though, so if I had to do it, I'd simply use string functions like Mid() and Index() to calculate the appropriate substrings:&lt;/P&gt;&lt;P&gt;- Find the position of the word "Date" in the string&lt;BR /&gt;- Then, find the position of the first space after that&amp;nbsp;&lt;BR /&gt;- Then, get the substring (mid() ) between that position and the position of the next comma&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;It will take a fair amount of tinkering, but overall it's not too complex to calculate these.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 18:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2525771#M107101</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2025-07-30T18:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract JSON Payment information from SQL DB in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526331#M107184</link>
      <description>&lt;P&gt;&lt;FONT face="georgia,palatino" color="#000080"&gt;&lt;EM&gt;I had a similar scenario where i have parsed JSON format data in Qlik Sense. as we were using Microsoft SQL Server as backend, i have written a script to convert this JSON tags into column headers, further calling the column in Qlik Sense was quick for me.&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 04:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526331#M107184</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-08-06T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract JSON Payment information from SQL DB in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526558#M107242</link>
      <description>&lt;P&gt;Hi Oleg.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. I'm also from the same 'school', and I'm great full for it..&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been fiddling with the string function and I think I get to what I am needing. A bit of trial and error wil do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 11:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526558#M107242</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2025-08-07T11:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extract JSON Payment information from SQL DB in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526763#M107289</link>
      <description>&lt;P&gt;maybe helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1754690051918.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182669i54B0EFA759DDFADA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcoWedel_0-1754690051918.png" alt="MarcoWedel_0-1754690051918.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_1-1754690077768.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182670i54E69C831F4FCC18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcoWedel_1-1754690077768.png" alt="MarcoWedel_1-1754690077768.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2025/Content/Sense_Helpsites/WhatsNew/What-is-new-May2025.htm?key=dc1da06fae2c45298321e25396536c72#:~:text=Native%20JSON%20Support%20for%20Qlik%20Sense" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2025/Content/Sense_Helpsites/WhatsNew/What-is-new-May2025.htm?key=dc1da06fae2c45298321e25396536c72#:~:text=Native%20JSON%20Support%20for%20Qlik%20Sense&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 21:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-JSON-Payment-information-from-SQL-DB-in-QlikView/m-p/2526763#M107289</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2025-08-08T21:54:53Z</dc:date>
    </item>
  </channel>
</rss>

