<?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 2 datasets for one date in datastructure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445857#M166323</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 have to dataset for one date in my datastructure. In my case I want to show always the first dataset of the date in a textbox does anyone know how to do this. cause usually if you have more possible values the textbox just shows: - so how can i get the first possible value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 11:56:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-19T11:56:40Z</dc:date>
    <item>
      <title>2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445857#M166323</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 have to dataset for one date in my datastructure. In my case I want to show always the first dataset of the date in a textbox does anyone know how to do this. cause usually if you have more possible values the textbox just shows: - so how can i get the first possible value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 11:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445857#M166323</guid>
      <dc:creator />
      <dc:date>2012-11-19T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445858#M166324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MT, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you have something like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MINSTRING(DataValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445858#M166324</guid>
      <dc:creator />
      <dc:date>2012-11-19T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445859#M166325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DataSet1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load * , Date as DateSet1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;from DataSet1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DataSet2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load * from DataSet2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;- Now take the textbox and paste this expression = Concat(DateSet1,','). It comes in the string format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;- If you want Min or Max, Go with Mathmatical functions Min(DataSet1) or Max(DataSet1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hope it helps you..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445859#M166325</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-11-19T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445860#M166326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok that helped but is not really the solution because i am getting the rgb values of my dataset so if I have for example these two colors: R: 255 G: 255 B: 0 and R:82 G: 159 B: 254 it would mix up my colors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445860#M166326</guid>
      <dc:creator />
      <dc:date>2012-11-19T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445861#M166327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now my only problem is that i have to use only() within the concat but im not allowed to any idea how to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445861#M166327</guid>
      <dc:creator />
      <dc:date>2012-11-19T12:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445862#M166328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok the concat() works quiet well but a couple of times the result of concat is data2|data1 instead of data1|data2 and thats just sometimes. does anyone know why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445862#M166328</guid>
      <dc:creator />
      <dc:date>2012-11-19T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445863#M166329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Concat works in load order. Please make sure that you need to retrive your result in load order what you need. Otherwise please attach sample file with your data.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445863#M166329</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-11-19T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445864#M166330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works in load order except for one field and thats why I get instead of yellow orange. I dont know how to influence it. I can give you example data and a screenshot but I cant give you the qvw itself cause it has a lot of sensitiv data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 07:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445864#M166330</guid>
      <dc:creator />
      <dc:date>2012-11-20T07:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445865#M166331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here the example data and screenshot. focus on the 2010 data 2011 and 2012 is not correct yet havent worked on it. so the orange fields should be yellow and the 27.11.2010 should be also light blue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i really appriciate you help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 07:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445865#M166331</guid>
      <dc:creator />
      <dc:date>2012-11-20T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets for one date in datastructure</title>
      <link>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445866#M166332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i just solved the problem by creating a field named priority and set for each date the priority!!! and used set analysis to show the color. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 10:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-datasets-for-one-date-in-datastructure/m-p/445866#M166332</guid>
      <dc:creator />
      <dc:date>2012-11-20T10:22:43Z</dc:date>
    </item>
  </channel>
</rss>

