<?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 Does Authentication setting of QV Web Server  affect Macro running properly? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233687#M85217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your reply. It's a good question, The discription does no relate to the old exmple. But it is difficlut for me to tell the relattion clearly. Because my real data ,script and all object name(property) are edit in Chinese charactor. So in my early post, I tried to simple the question in English with an assumptive example. And make you confused. &lt;IMG alt="Cool" src="http://community.qlik.com/emoticons/emotion-11.gif" /&gt;&lt;/P&gt;&lt;P&gt;Give me a little time to translate...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2011 08:53:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-03T08:53:03Z</dc:date>
    <item>
      <title>QVW INSIDE~Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233679#M85209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Authentication setting of QV Web Server affect Macro running properly?&lt;/P&gt;&lt;P&gt;If Authentication setting is Always, the macro below is good working. If 'Never', the macro is not working well. &lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3687_sourceID:3687" /&gt;&lt;/P&gt;&lt;P&gt;my macro:&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;sub getCompanyMoneyCityRank&lt;BR /&gt; set chart = ActiveDocument.GetSheet(0).CreateStraightTable '?????&lt;BR /&gt; chart.AddDimension "=if(aggr(Sum ({$&amp;lt;???={$(V_CITYNAME)},??????=&amp;gt;}??),??????)&amp;gt;=t,??????)" '??t???????????????&lt;BR /&gt; chart.AddExpression "Sum ({$&amp;lt;???={$(V_CITYNAME)},??????=&amp;gt;}??)" '??????????&lt;BR /&gt; set cp = chart.GetProperties&lt;BR /&gt; set dims = cp.Dimensions&lt;BR /&gt; dims(0).NullSuppression = true '?????&lt;BR /&gt; chart.SetProperties cp&lt;BR /&gt; count = chart.GetRowCount-2 '????????????????????count&lt;BR /&gt; call UpdateVarValue("V_Company_Money_CITY_RANK",count) '?count??????V_Company_Money_CITY_RANK&lt;BR /&gt; chart.close&lt;BR /&gt;end sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 06:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233679#M85209</guid>
      <dc:creator />
      <dc:date>2011-03-01T06:28:25Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233680#M85210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one guide me? thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 08:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233680#M85210</guid>
      <dc:creator />
      <dc:date>2011-03-01T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233681#M85211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, here is the simple qvw file which is not working well with Authentiaction Setting set 'Never'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 06:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233681#M85211</guid>
      <dc:creator />
      <dc:date>2011-03-02T06:12:15Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233682#M85212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess would be that when you access a document anonymously, you're not allowed to create a chart using the macro since you need to be authenticated to create a collaboration object on the server. When you have authentication active, QVS can properly attach that object to the authenticated user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233682#M85212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-02T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233683#M85213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can I do something which can solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 03:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233683#M85213</guid>
      <dc:creator />
      <dc:date>2011-03-03T03:10:25Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233684#M85214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well.. yes.&lt;/P&gt;&lt;P&gt;First of all I'm not sure why you want to run a macro to create a chart?&lt;/P&gt;&lt;P&gt;It doesn't make much sense to me to run a macro to let each used create an identical collaboration object on the server. If you want the object in the document, I would add it in the actual document layout.&lt;/P&gt;&lt;P&gt;This part just creates the same Straight Table over and over:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set chart = ActiveDocument.GetSheet(0).CreateStraightTable&lt;BR /&gt; chart.AddDimension "=Month"&lt;BR /&gt; chart.AddExpression "Sum (Amount)"&lt;BR /&gt; set cp = chart.GetProperties&lt;BR /&gt; set dims = cp.Dimensions&lt;BR /&gt; dims(0).NullSuppression = true&lt;BR /&gt; chart.SetProperties cp&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 03:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233684#M85214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-03T03:53:52Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233685#M85215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think there are several reasons why I run a macro to create a chart :&lt;/P&gt;&lt;P&gt;1, I want to calculate the rank of the DeptX in ScoreY. For example, assume there are a table. The DeptId and ScoreY are input by user from input box. And the ScoreY could from Score1 to Score99999.&lt;/P&gt;&lt;P&gt;2, I have a number of objects in the sheet. I worried about the performance if there are so many tables in the sheet even we can hide them.&lt;/P&gt;&lt;P&gt;3, I want to show ALL of the DeptId in the sheet. So I can't select a DeptId in the sheet to avoid only show one dept's information.&lt;/P&gt;&lt;P&gt;4, The table is not the static table in the database, it is dynamic created depands on user's select in the other sheet. So I can't use RANK funtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:222pt;border-collapse:collapse;" width="296"&gt;&lt;COLGROUP&gt;&lt;COL style="width:62pt;mso-width-source:userset;mso-width-alt:2656;" width="83" /&gt;&lt;COL style="width:43pt;mso-width-source:userset;mso-width-alt:1824;" width="57" /&gt;&lt;COL style="width:54pt;" width="72" /&gt;&lt;COL style="width:63pt;mso-width-source:userset;mso-width-alt:2688;" width="84" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="background-color:transparent;width:62pt;height:13.5pt;border:windowtext 0.5pt solid;" width="83"&gt;DeptId&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;width:43pt;border-top:windowtext 0.5pt solid;border-right:windowtext 0.5pt solid;" width="57"&gt;ScoreA&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;width:54pt;border-top:windowtext 0.5pt solid;border-right:windowtext 0.5pt solid;" width="72"&gt;ScoreB&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;width:63pt;border-top:windowtext 0.5pt solid;border-right:windowtext 0.5pt solid;" width="84"&gt;ScoreC&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;76&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept2&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;75&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;54&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;76&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept3&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;98&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;75&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;54&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;76&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept5&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;98&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;76&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;75&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;75&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;54&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept8&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept9&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;44&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;54&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl66" height="18" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:13.5pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;dept10&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;78&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;98&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;75&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think maybe I can dynamic create a chart by user demand to calculate the rank. It is better than add dozens of opjects in the actual document layout.&lt;/P&gt;&lt;P&gt;And what's more, I want to make myself clear &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>Thu, 03 Mar 2011 06:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233685#M85215</guid>
      <dc:creator />
      <dc:date>2011-03-03T06:48:52Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233686#M85216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the long description. I'm still unclear of why the macro usage though. Also I'm not certain how this new description relates to the old example file provided.&lt;/P&gt;&lt;P&gt;Could you provide an example file with regards to the departments, and a step by step possible user input, and what you'd expect to see. I'm fairly certain you could create one dynamic chart that let's you show the values you want to see without the use of macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233686#M85216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-03T07:04:56Z</dc:date>
    </item>
    <item>
      <title>Does Authentication setting of QV Web Server  affect Macro running properly?</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233687#M85217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your reply. It's a good question, The discription does no relate to the old exmple. But it is difficlut for me to tell the relattion clearly. Because my real data ,script and all object name(property) are edit in Chinese charactor. So in my early post, I tried to simple the question in English with an assumptive example. And make you confused. &lt;IMG alt="Cool" src="http://community.qlik.com/emoticons/emotion-11.gif" /&gt;&lt;/P&gt;&lt;P&gt;Give me a little time to translate...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 08:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-INSIDE-Does-Authentication-setting-of-QV-Web-Server-affect/m-p/233687#M85217</guid>
      <dc:creator />
      <dc:date>2011-03-03T08:53:03Z</dc:date>
    </item>
  </channel>
</rss>

