<?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 Get the data of field which is an object (contains another fields) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722190#M55378</link>
    <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am using Qlik sense with ODBC connector after which I am able to load the data and generate the reports properly.&lt;BR /&gt;&lt;STRONG&gt;Issue : &lt;/STRONG&gt;I am not sure how can I get the specific value to dimension or measure from the field which contains another fields.&lt;BR /&gt;for example :&amp;nbsp;&lt;BR /&gt;I have fields(DB columns) like name,surname and cars&lt;BR /&gt;So car can have another attributes(crateDB object) like carname,carID,cartype etc&lt;BR /&gt;I am getting below data for field "car" (if i drag field car in sheet)- &amp;gt;&lt;BR /&gt;{"carname":"Audi","cartype ":"SUV","carID":123456,}&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;{"carname":"Volvo","cartype ":"SUV","carID":789432,}&amp;nbsp; and so on ....&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;could you please give me details how can i get only carID ? I tried by doing edit expression for the field car but did not find exact function/expression as i am new to the Qlik .&lt;BR /&gt;&lt;BR /&gt;Really thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj Dighodkar&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:26:33 GMT</pubDate>
    <dc:creator>SurajD</dc:creator>
    <dc:date>2024-11-16T18:26:33Z</dc:date>
    <item>
      <title>Get the data of field which is an object (contains another fields)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722190#M55378</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am using Qlik sense with ODBC connector after which I am able to load the data and generate the reports properly.&lt;BR /&gt;&lt;STRONG&gt;Issue : &lt;/STRONG&gt;I am not sure how can I get the specific value to dimension or measure from the field which contains another fields.&lt;BR /&gt;for example :&amp;nbsp;&lt;BR /&gt;I have fields(DB columns) like name,surname and cars&lt;BR /&gt;So car can have another attributes(crateDB object) like carname,carID,cartype etc&lt;BR /&gt;I am getting below data for field "car" (if i drag field car in sheet)- &amp;gt;&lt;BR /&gt;{"carname":"Audi","cartype ":"SUV","carID":123456,}&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;{"carname":"Volvo","cartype ":"SUV","carID":789432,}&amp;nbsp; and so on ....&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;could you please give me details how can i get only carID ? I tried by doing edit expression for the field car but did not find exact function/expression as i am new to the Qlik .&lt;BR /&gt;&lt;BR /&gt;Really thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj Dighodkar&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722190#M55378</guid>
      <dc:creator>SurajD</dc:creator>
      <dc:date>2024-11-16T18:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get the data of field which is an object (contains another fields)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722346#M55379</link>
      <description>&lt;P&gt;One solution is.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD *, TextBetween(F1,'"carID":',',') As CarID;
LOAD * INLINE [
    F1
    '{"carname":"Audi","cartype ":"SUV","carID":123456,} '
    '{"carname":"Volvo","cartype ":"SUV","carID":789432,} '
];&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 25 Jun 2020 20:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722346#M55379</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-25T20:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get the data of field which is an object (contains another fields)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722348#M55380</link>
      <description>&lt;P&gt;Output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV81.PNG" style="width: 315px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36301i458FF465DD8CC8E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV81.PNG" alt="commQV81.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 20:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722348#M55380</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-25T20:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get the data of field which is an object (contains another fields)</title>
      <link>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722437#M55381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/894"&gt;@Saravanan_Desingh&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;After using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;TextBetween(F1,'"carID":',',')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am able to get the data of fields inside field correctly.&amp;nbsp; The car data is just example but we are having some other huge data, and I am able to get those data also, Thanks for suggesting the solution it works for me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj Dighodkar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 05:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-the-data-of-field-which-is-an-object-contains-another-fields/m-p/1722437#M55381</guid>
      <dc:creator>SurajD</dc:creator>
      <dc:date>2020-06-26T05:59:32Z</dc:date>
    </item>
  </channel>
</rss>

