<?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 Dinamic Chart: is it useful? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193913#M55000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Hmmm, your macro is crashing out for me in both 8.5 and 9.0. It happens when we try to add the dimensions.&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I've done it in 9.00.7320.7 SR2. And it works fine there. But I've decided to test on web server for multisession. The server version is 8.5. And I have the same problem. I'm trying to work it out. &lt;IMG alt="Super Angry" src="http://community.qlik.com/emoticons/emotion-39.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Dec 2009 04:46:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-19T04:46:29Z</dc:date>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193910#M54997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gives a possibilities to select Dimensions and Expressions for a chart. How often we fight with clients to reduce number of columns in a table. This is the solution. What do you think is it useful?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 03:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193910#M54997</guid>
      <dc:creator />
      <dc:date>2009-12-19T03:45:34Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193911#M54998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's useful. I've had something similar in a production application for a couple years now, and have had users specifically ask for this feature in some newer applications. In my case, I define the expressions in the chart and just enable and disable them rather than adding and removing them. I believe I found that was faster than adding and removing, but it's been a long time since I've done any testing on those applications. For comparison, I've attached the template for what I do.&lt;/P&gt;&lt;P&gt;I think we both share a possible weakness - I believe that the server only keeps one copy of the chart, so if you have multiple users doing dynamic reporting at the same time, I think it can cause problems. However, it hasn't been a problem for us in practice, and apparently hasn't been for you either.&lt;/P&gt;&lt;P&gt;(Edit: Our intended solution to the "only one chart" problem was to create a hidden master template for the chart with all dimensions and columns, and then clone from there, and remove everything we didn't need, then allow it to calculate and be displayed. Everyone would then have a different chart, so there wouldn't be conflicts. We never implemented this since we haven't had problems in practice for a long long time.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 04:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193911#M54998</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-19T04:09:19Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193912#M54999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, your macro is crashing out for me in both 8.5 and 9.0. It happens when we try to add the dimensions.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;'add dimensions&lt;BR /&gt;set dimSelection = ActiveDocument.fields("%Dimension").GetSelectedValues&lt;BR /&gt;for i=0 to dimSelection.Count - 1&lt;BR /&gt; chart.AddDimension dimSelection.Item(i).Text &amp;lt;-- stops here with no error message&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;I remember having and then solving this exact same problem with my own macro when we upgraded to 8.5. However, I'm not seeing anything different in mine. I basically have the exact same loop as you:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;for j = 0 to selectedDimensionMax 'add selected dimensions&lt;BR /&gt; chart.addDimension selectedDimensions.Item(j).Text&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;I can't remember how I fixed the problem. I remember that the issue was intermittent. I think Rob Wunderlich figured it out and fixed the macro for me. But now I'm not seeing any indication of what he did in my code comments.&lt;/P&gt;&lt;P&gt;HAH! I just crashed mine out the same as yours in 9.0 (we're still officially on 8.5). Guess we'll have to solve the problem again when we upgrade. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 04:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193912#M54999</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-19T04:37:34Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193913#M55000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Hmmm, your macro is crashing out for me in both 8.5 and 9.0. It happens when we try to add the dimensions.&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I've done it in 9.00.7320.7 SR2. And it works fine there. But I've decided to test on web server for multisession. The server version is 8.5. And I have the same problem. I'm trying to work it out. &lt;IMG alt="Super Angry" src="http://community.qlik.com/emoticons/emotion-39.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 04:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193913#M55000</guid>
      <dc:creator />
      <dc:date>2009-12-19T04:46:29Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193914#M55001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I'm on the initial release of 9.0 since it's just the personal edition. I haven't bothered upgrading to SR2. That's probably a good sign that yours works in 9.0 SR2. Maybe I won't have to make changes to mine to get it up and running again. Let me check my old email. I'm betting that Rob explained what he did in email. Yes, here we are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John,&lt;BR /&gt;If I understand the problem fully, I believe I have a workaround for #1. I did my testing on the DynamicReportTemplate.qvw and didn't test yet with your real apps. I was testing with 8.50.6231and can reproduce the problem.&lt;BR /&gt;The problem is that AddDimension throws the error when it's called on a hidden chart. I put an app in $Developer\bug\addDimension.qvw that demonstrates this.&lt;BR /&gt;I've created $Developer\$template\DynamicReportTemplate2.qvw as a suggested workaround.&lt;BR /&gt;For the hidden chart CH01, I removed the "and AllowCalculation=1" from the Show Condition. I also changed the field test from&lt;BR /&gt; "=not isNull(getFieldSelections([Expressions]))"&lt;BR /&gt;to&lt;BR /&gt; "=GetSelectedCount([Expressions]) &amp;gt; 0"&lt;BR /&gt;This last change is not related to the bug but with all the recent forum buzz about isNull() I find it to be a clearer expression.&lt;BR /&gt;This causes the chart to become visible as soon as selections are made -- which works around the AddDimension limitation (bug?). To achieve the visual effect of showing the "Please wait..." text object (TX07) while the chart is calculating, I made the TX07 object as big as the chart, background same as sheet color, no transparency and layer 99 to make sure it's on top. When it displays it completely obscures the chart beneath it.&lt;BR /&gt;TX07 visibility is still controlled by the AllowCalculation variable. To smooth out the visual transitions I moved the WaitForIdle to after the setting of AllowCalculation.&lt;BR /&gt;BTW, I changed the TableBox TB01 Show Condition to:&lt;BR /&gt;=getSelectedCount([Expressions]) = 0 and getSelectedCount([Dimensions]) &amp;gt; 0&lt;BR /&gt;just for consistency with the other Show condition change.&lt;BR /&gt;Let me know if you think these changes will work with your real apps or if you want me to do some further testing with your other apps.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Unfortunately, even though the symptom appears identical, it doesn't look like the solution will be identical. Your chart is never hidden as best I can tell, so that isn't the problem. Sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 04:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193914#M55001</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-19T04:57:06Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193915#M55002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:Unfortunately, even though the symptom appears identical, it doesn't look like the solution will be identical. Your chart is never hidden as best I can tell, so that isn't the problem. Sorry!&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thank you for efforts. But you was right, the problem is related with another thing.&lt;BR /&gt;&lt;BR /&gt;I've just assigned another copy of the app. This dynamic guy doesn't like to be empty. Even one dimension or expression should be there. What did I do?&lt;BR /&gt;&lt;BR /&gt;I removed all dimensions and expressions, and after that I populated it by new sets. In current version it cares about dimensions and expressions sequentially - remove old dimensions, add new ones, remove old expressions, add new ones.&lt;/P&gt;&lt;P&gt;Now it works.&lt;/P&gt;&lt;P&gt;Returning to comparison of advantages of your and my approaches. There is one more in my approach - you can change business purpose of the chart by adding or removing dimensions/expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 08:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193915#M55002</guid>
      <dc:creator />
      <dc:date>2009-12-19T08:09:53Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193916#M55003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yay! Yours is now working on my machine in both 8.5 and 9.0. Now I can dig in and see what you're doing and how you're doing it, and how the two approaches are similar and different. I DO remember wanting to add expressions in the macro, not just enable them, but it's been so long I can't remember why. I wasn't able to solve it at the time, and you obviously have.&lt;/P&gt;&lt;P&gt;I don't understand what you mean by changing the business purpose of the chart, or if I do understand, then mine does it too. I add and remove dimensions, and hide and unhide expressions. If I understand yours, you add and remove dimensions AND expressions. From the standpoint of what the user sees, it seems like it would look identical. But I could easily have missed something since I've barely started poking at yours. I'll probably do that Monday unless some emergency comes up.&lt;/P&gt;&lt;P&gt;Thanks for posting this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 08:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193916#M55003</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-19T08:30:50Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193917#M55004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll chime in since my name appeared in this thread.&lt;/P&gt;&lt;P&gt;I have used dynamic charts occasionally, but I tend to avoid them for several reasons.&lt;/P&gt;&lt;P&gt;1. I think they may miss an opportunity to create meaningful charts. The "here's your data, make a chart approach" misses for me. The potential to create invalid charts easily exists. I realize there are exceptions and reasonable disagreements with this position.&lt;/P&gt;&lt;P&gt;2. Prior to V9, almost all solutions required using relatively complex macros, usually in unsupported ways (like changing object properties when executing in Server). These macros can be slow, expensive to maintain and buggy.&lt;/P&gt;&lt;P&gt;3. In many cases, I think Server Collaboration objects are a better approach for "ad hoc" stuff. It takes a bit more training to get users working his way but you get broader capabilities (and admittedly possible garbage charts) Or an experienced user can create them on demand and the user can reuse them.&lt;/P&gt;&lt;P&gt;WIth V9, you can now conditionally show columns in a Straight table. If I was creating a dynamic chart in V9, I would take John's approach of predefining the Dimensions and Expressions, control display with conditionals and scrap the whole macro business. I wonder if someone has an example of this they could share?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 08:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193917#M55004</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-12-19T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193918#M55005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obviously &lt;EM&gt;I&lt;/EM&gt; don't have an example of that, but perhaps I should build one. I need to download the latest version of 9.0 and start getting familiar with it anyway. Replacing my ancient macro code with something more robust would give me a good excuse.&lt;/P&gt;&lt;P&gt;Since the conditional columns would depend simply on selections, and since selections are independent for each user, this would also seem to solve the "everyone modifying the same chart" problem that the macro approaches seem to have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 08:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193918#M55005</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-19T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193919#M55006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this small example is what you asked for ?&lt;/P&gt;&lt;P&gt;I know that in this thread, The MASTERS of Qlikview are all here, Rob, &lt;A href="http://community.qlik.com/members/JohnW/default.aspx"&gt;John&lt;/A&gt;, orka, and perhaps (surely) Paul.&lt;/P&gt;&lt;P&gt;I am new but i follow all thread and this solution comes to me from a thread in this forum.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.takoo.sn/tij/DynamicReportLEMien.qvw"&gt;http://www.takoo.sn/tij/DynamicReportLEMien.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've put this link because the upload functionnality of the forum does'nt seem to work.&lt;/P&gt;&lt;P&gt;Thanks for the forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Dec 2009 20:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193919#M55006</guid>
      <dc:creator />
      <dc:date>2009-12-20T20:27:11Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193920#M55007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Rob Wunderlich wrote:&lt;BR /&gt;1. I think they may miss an opportunity to create meaningful charts. The "here's your data, make a chart approach" misses for me. The potential to create invalid charts easily exists. I realize there are exceptions and reasonable disagreements with this position.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm absolutely agree with you. Such functionality should be provided for advanced users and specific tasks only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Rob Wunderlich wrote:&lt;BR /&gt;2. Prior to V9, almost all solutions required using relatively complex macros, usually in unsupported ways (like changing object properties when executing in Server). These macros can be slow, expensive to maintain and buggy.&lt;BR /&gt;3. In many cases, I think Server Collaboration objects are a better approach for "ad hoc" stuff. It takes a bit more training to get users working his way but you get broader capabilities (and admittedly possible garbage charts) Or an experienced user can create them on demand and the user can reuse them.&lt;BR /&gt;WIth V9, you can now conditionally show columns in a Straight table. If I was creating a dynamic chart in V9, I would take John's approach of predefining the Dimensions and Expressions, control display with conditionals and scrap the whole macro business. I wonder if someone has an example of this they could share?&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In these cases I'm agree with you as well. The simpler the better. It's very good that you and me on our PCs can use the latest versions. But reality is that some clients are still using 8.5 server. And my current does. The example was made for its purposes and it works for 9.0 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 20:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193920#M55007</guid>
      <dc:creator />
      <dc:date>2009-12-21T20:16:50Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193921#M55008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;orka wrote:&lt;BR /&gt;&amp;lt;pre&amp;gt;&lt;BR /&gt;Rob Wunderlich wrote:&lt;BR /&gt;1. I think they may miss an opportunity to create meaningful charts. The "here's your data, make a chart approach" misses for me. The potential to create invalid charts easily exists. I realize there are exceptions and reasonable disagreements with this position.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm absolutely agree with you. Such functionality should be provided for advanced users and specific tasks only.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I now agree as well, though I didn't always.&lt;/P&gt;&lt;P&gt;When I first introduced dynamic reporting at our shop, I had several reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My core users were coming from an older system that used almost this exact form of dynamic reporting.&lt;/LI&gt;&lt;LI&gt;After literally almost a year of meetings, my users had finally agreed on how to CALCULATE the data. But try as I might, I couldn't get anyone to even DISCUSS how to display the data.&lt;/LI&gt;&lt;LI&gt;I was very experienced at using dynamic reporting to answer any questions my users might present, and wanted to keep this capability.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So rather that build charts for them, I simply gave them the ability to create their own charts on the fly. About half a year after the system went live, ONE user finally did give me a handful of reports that he wanted to see. Despite prodding, no one else ever did.&lt;/P&gt;&lt;P&gt;But after a couple years of the system being live, I'm fairly confident that almost no one is creating dynamic charts, and confident that no one is doing it on a regular basis. Yet the only non-dynamic charts were designed for ONE user, so I can't imagine that they are serving everyone's needs. Use of the system is very low.&lt;/P&gt;&lt;P&gt;I DO think that we missed "an opportunity to create meaningful charts." I did my best to pull this information out of my users, and failed. Also, at the time, I was fairly poor at interface design and the display of information - I come from more of a "back end" background, designing and coding core routines that users never see.&lt;/P&gt;&lt;P&gt;What the project needed, I think, was someone much better at pulling information out of the users, and someone much better at interface design and the display of information. Had we had that, we probably would have started with a suite of charts and dashboards designed to serve the core needs of the users. To that, we might well have added dynamic reporting for advanced users who wanted custom analytics. But it should have been a SECONDARY way of visualizing the data, not the PRIMARY way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 00:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193921#M55008</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-22T00:24:39Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193922#M55009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a simple non-macro V9 straight-table conditional column hide/show sample, shared with me by one of my colleagues.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 00:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193922#M55009</guid>
      <dc:creator />
      <dc:date>2009-12-22T00:47:28Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193923#M55010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Rob Wunderlich wrote: WIth V9, you can now conditionally show columns in a Straight table. If I was creating a dynamic chart in V9, I would take John's approach of predefining the Dimensions and Expressions, control display with conditionals and scrap the whole macro business. I wonder if someone has an example of this they could share?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Well, it looks like this won't work for me. I ran into two fairly fundamental problems:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV style="padding-left:30px;"&gt;Data is still broken down by all the dimensions you are hiding.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV style="padding-left:30px;"&gt;Does not work with any chart type other than straight tables.&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 01:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193923#M55010</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-22T01:11:54Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193924#M55011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes it's not possible to pull out any requirements from a client at all. All what you need it's just providing for them a possibility to play with data on first iterations. And by doing this they will start formalize what do they really want in their heads.&lt;/P&gt;&lt;P&gt;This is exactly my case. Customers call to support and ask some questions. We do analysis of the questions and for more often asked ones we dodashboards. And as a part of dashboards for key users, we provide the dynamic charts where they purify their requirements for growing appetite. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And now we are on another side, when customer comes to us with requirements instead of pulling out this info from them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 01:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193924#M55011</guid>
      <dc:creator />
      <dc:date>2009-12-22T01:58:40Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193925#M55012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Well, it looks like this won't work for me. I ran into two fairly fundamental problems:&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;div&amp;gt;Data is still broken down by all the dimensions you are hiding. &amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;div&amp;gt;Does not work with any chart type other than straight tables. &amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This exactly what I meant when I wrote that you can change a business purpose of the chart. By selecting different dimensions you can brake down data in different ways but you still have a possibility to apply some expressions for another view of chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 02:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193925#M55012</guid>
      <dc:creator />
      <dc:date>2009-12-22T02:04:58Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193926#M55013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;orka wrote:&lt;BR /&gt;&amp;lt;pre&amp;gt;&lt;BR /&gt;John Witherspoon wrote:&lt;BR /&gt;Well, it looks like this won't work for me. I ran into two fairly fundamental problems:&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;&amp;lt;div&amp;gt;Data is still broken down by all the dimensions you are hiding. &amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;div&amp;gt;Does not work with any chart type other than straight tables. &amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This exactly what I meant when I wrote that you can change a business purpose of the chart. By selecting different dimensions you can brake down data in different ways but you still have a possibility to apply some expressions for another view of chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;After a more careful look, it does seem that both of our approaches accomplish the same thing. Both of our approaches can add and remove both dimensions and expressions. Both of our approaches therefore allow us to change the business purpose of the chart. Our dimension logic does the exact same thing. Our expression logic is different, in that I'm disabling and enabling while you're removing and adding. They seem functionally identical to me from a user perspective.&lt;/P&gt;&lt;P&gt;Close, anyway. Since mine uses the same expression and just enables and disables, if a user removes the expression and then adds it back, it will preserve their formatting and sorting. Since I'm adding and removing dimensions, though, it doesn't preserve formatting and sorting of dimensions, so mine isn't consistent in that regard.&lt;/P&gt;&lt;P&gt;I also display a table box when no expressions are selected, but it would probably be trivial to add a hidden expression to your chart when only dimensions are selected. For that matter, I should probably change mine to work that way. I bet the code would be simpler. Yep, the code is simpler - I just have a Default expression that is hidden/invisible depending on the type of chart and that I never disable. Slight problem when switching to chart types that don't allow hidden or invisible expressions, in which case it displays zeros, but that doesn't seem like a big deal to me. It seems worth the simplified macro code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2009 02:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193926#M55013</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-24T02:13:43Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193927#M55014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;We are using QV v9. But when i post this qvw in server and try to check the functionality of dynamic chart, it didn't work.&lt;/P&gt;&lt;P&gt;Do i need to change any option in the report or in the server ?&lt;/P&gt;&lt;P&gt;Also i have tried &lt;A href="http://community.qlik.com/forums/p/23852/92156.aspx#92156"&gt;&lt;/A&gt; John Witherspoon's Example "DynamicReportTemplate v9", it worked fine in AccessPoint.&lt;/P&gt;&lt;P&gt;Could you please help me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R.Srinivasan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 08:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193927#M55014</guid>
      <dc:creator />
      <dc:date>2010-05-14T08:00:08Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193928#M55015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R.Srinivasan,&lt;/P&gt;&lt;P&gt;When you said you tested it in AccessPoint - did you have mulitple users testing the app and dynamic chart at the same time? The thread earlier indicated this might be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 20:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193928#M55015</guid>
      <dc:creator />
      <dc:date>2011-02-02T20:07:12Z</dc:date>
    </item>
    <item>
      <title>Dinamic Chart: is it useful?</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193929#M55016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good evening,&lt;/P&gt;&lt;P&gt;Sorry but I enjoy the topic with a question:&lt;/P&gt;&lt;P&gt;I am 15 and as I leave three expressions always visible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything else is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hugs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gledson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 22:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-Chart-is-it-useful/m-p/193929#M55016</guid>
      <dc:creator />
      <dc:date>2011-04-07T22:36:47Z</dc:date>
    </item>
  </channel>
</rss>

