<?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: Create Multiple Reports Dynamically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601219#M222438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, there are two questions&lt;/P&gt;&lt;P&gt;1) Displaying or hiding the text boxes&lt;/P&gt;&lt;P&gt;I think you can show it, conditionnaly, in the Layout tab&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;GetSelectedCount&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;(Client&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &amp;gt;=N (where N is your Nth box)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2) Displaying the content&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In your model, if you do not have duplicates (each client has his own details once in a table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;you can use concat() and subfield() functions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;concat&lt;/STRONG&gt;(Distinct ClientAttributeN, '|', Client) : will create a string of the attribute N for the clients, ordered by Clients (and not by the attribute. The fields are separated with the pipe '|' or whatever that cannot be in the field values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;substring&lt;/STRONG&gt;(string, '|', N) will return the the Nth field of the string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt; so by encapuslating both&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;substring&lt;/STRONG&gt;(&lt;STRONG&gt;concat&lt;/STRONG&gt;(FieldAttributeN, '|', Client), '|', 2) : you will get the attribute of the second client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 15:36:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-03T15:36:19Z</dc:date>
    <item>
      <title>Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601213#M222432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some User Specific records like .... User Name, Address, DOB etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have requirement to show single or multiple report based on each USER selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select 1 User I should see user details in once container &amp;gt;&amp;gt;&amp;gt;&amp;gt; text box.&lt;/P&gt;&lt;P&gt;If I select 2 Users I should see 2 container having each 2 user details......and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Containers can be aligned one below the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView Experts Plzzzzzzzzzzzz Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 14:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601213#M222432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601214#M222433</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;You can hide/show the container or any object with the Show Conditional option in the Layout tab.&lt;/P&gt;&lt;P&gt;you can then put there something like this "If(myField = 'User1', 1,0)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;JV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601214#M222433</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2014-02-03T15:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601215#M222434</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;Yes this will help for displaying container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But dynamically fetching data in each container is an issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in filter if we select 1 or more user - (name, address, DOB) . How to display data in different containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601215#M222434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601216#M222435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601216#M222435</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2014-02-03T15:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601217#M222436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. That will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=substringcount(concat(User,'*'),'User1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In real scenario we have many users ..... can we pass User1 &amp;amp; User2 &amp;amp; User3....... too dynamically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601217#M222436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T15:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601218#M222437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easy way is to use straight table with columns User Name, Address, DOB...&amp;nbsp; One line is one "user report".&amp;nbsp; I'd use this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There could be many hard ways.&amp;nbsp; An example od a hard way is to pre-build multiple (but fixed) number of "reports" in any form or shape.&amp;nbsp; Locate them one below the other.&amp;nbsp; Make 1st one visible if at least one user selected, 2nd - if at least two users selected, etc.&lt;BR /&gt;Use some logic in each report so you show data for user one in 1st report, user 2 in 2nd, ...&amp;nbsp; For example, use FirstSortedValue() function:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1st.&lt;BR /&gt;User Name: FirstSortedValue("User Name", USERID, 1)&lt;BR /&gt;DOB: FirstSortedValue(DOB, USERID, 1)&lt;BR /&gt;...&lt;BR /&gt;2nd.&lt;BR /&gt;User Name: FirstSortedValue("User Name", USERID, 2)&lt;BR /&gt;DOB: FirstSortedValue(DOB, USERID, 2)&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can figure out from here.&amp;nbsp; But my primary recommendation is to use table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601218#M222437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601219#M222438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, there are two questions&lt;/P&gt;&lt;P&gt;1) Displaying or hiding the text boxes&lt;/P&gt;&lt;P&gt;I think you can show it, conditionnaly, in the Layout tab&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;GetSelectedCount&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;(Client&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &amp;gt;=N (where N is your Nth box)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2) Displaying the content&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In your model, if you do not have duplicates (each client has his own details once in a table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;you can use concat() and subfield() functions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;concat&lt;/STRONG&gt;(Distinct ClientAttributeN, '|', Client) : will create a string of the attribute N for the clients, ordered by Clients (and not by the attribute. The fields are separated with the pipe '|' or whatever that cannot be in the field values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;substring&lt;/STRONG&gt;(string, '|', N) will return the the Nth field of the string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt; so by encapuslating both&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;substring&lt;/STRONG&gt;(&lt;STRONG&gt;concat&lt;/STRONG&gt;(FieldAttributeN, '|', Client), '|', 2) : you will get the attribute of the second client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601219#M222438</guid>
      <dc:creator />
      <dc:date>2014-02-03T15:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Create Multiple Reports Dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601220#M222439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try attached.&amp;nbsp; Make selections in USERID box, and see how "reports" react.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 16:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Multiple-Reports-Dynamically/m-p/601220#M222439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T16:26:51Z</dc:date>
    </item>
  </channel>
</rss>

