<?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 create a 'one-click-'report based on different selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362218#M134634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your fast reply.. Could you explain to in detail your solution with the triggers and give me an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 14:01:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-21T14:01:11Z</dc:date>
    <item>
      <title>How to create a 'one-click-'report based on different selections</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362216#M134632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a report which should contain different data-selections, i.e. with different bookmarks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report should launch all selections like in a batch-run, so that I do not have to do more than&lt;/P&gt;&lt;P&gt;launching it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible and if yes, what do I have to do to realise it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 09:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362216#M134632</guid>
      <dc:creator />
      <dc:date>2012-06-21T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 'one-click-'report based on different selections</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362217#M134633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try using OnOpenDocument triggers. You will have to come up with intelligent ways to make the right selections (e.g functions such as max to select the newest dates etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 10:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362217#M134633</guid>
      <dc:creator>jjfabian</dc:creator>
      <dc:date>2012-06-21T10:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 'one-click-'report based on different selections</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362218#M134634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your fast reply.. Could you explain to in detail your solution with the triggers and give me an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 14:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362218#M134634</guid>
      <dc:creator />
      <dc:date>2012-06-21T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 'one-click-'report based on different selections</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362219#M134635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under document properties, you can activate triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like specific selections to be made, you can add actions to these triggers.&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;- Add a Select in Field Action to the onOpen trigger. Imagine you had data, where you would always need the newest date to be displayed automatically. If you have a field named "Date" with the format DD.MM.YYYY your select in field trigger should have something like the following to select the newest available date:&lt;/P&gt;&lt;P&gt;Trigger: OnOpen&lt;/P&gt;&lt;P&gt;Action: Select in Field&lt;/P&gt;&lt;P&gt;Field: Date&lt;/P&gt;&lt;P&gt;Search String: =max(date(Date)) (that would result in '21.06.2012' in my case)&lt;/P&gt;&lt;P&gt;Hence, this trigger would cause the latest date in you application to be automatically selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you could go further, adding further triggers for specific selections.&lt;/P&gt;&lt;P&gt;Hope this helps you out further, &lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. A newbie trick to develop the correct search string would always be to test your search strings somewhere else - such as in a text box. Like I said before, =max(date(Date)) that would give me '21.06.2012'. Getting dates correct is always a tricky subject &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 14:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-one-click-report-based-on-different-selections/m-p/362219#M134635</guid>
      <dc:creator>jjfabian</dc:creator>
      <dc:date>2012-06-21T14:45:56Z</dc:date>
    </item>
  </channel>
</rss>

