<?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 Macro parse failed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184238#M1328065</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'm trying to implement a dynamic cyclic group. Therefore I have created a little macro which should do the trick. Problem is that the macro is running in QlikView client without any issues but not using a browser.&lt;/P&gt;&lt;P&gt;The macro code is kind of simple like this:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Sub DynamicGroup&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.RemoveGroup "CyclicGroup1"&lt;BR /&gt; Set gr = ActiveDocument.CreateGroup("CyclicGroup1")&lt;BR /&gt; gr.AddField "Field1"&lt;BR /&gt; gr.AddField "Field2"&lt;BR /&gt; dim x(2)&lt;BR /&gt; set gp = ActiveDocument.GetGroup("CyclicGroup1").GetProperties&lt;BR /&gt; x(1) = "FIELD1"&lt;BR /&gt; x(2) = "FIELD2"&lt;BR /&gt; gp.Labels = x&lt;BR /&gt; gp.IsCyclic = true&lt;BR /&gt; ActiveDocument.GetGroup("CyclicGroup1").SetProperties gp&lt;BR /&gt; ActiveDocument.GetApplication.Refresh&lt;BR /&gt;End Sub&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;When I run this macro in the client there is no problem but when I run it in the browser then I get the error message:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Macro parse failed. Functionality was lost&lt;BR /&gt;DynamicGroup&lt;BR /&gt;Error: Object needed 'gr'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;I'm running QlikView 9 SR7.&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184238#M1328065</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'm trying to implement a dynamic cyclic group. Therefore I have created a little macro which should do the trick. Problem is that the macro is running in QlikView client without any issues but not using a browser.&lt;/P&gt;&lt;P&gt;The macro code is kind of simple like this:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Sub DynamicGroup&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.RemoveGroup "CyclicGroup1"&lt;BR /&gt; Set gr = ActiveDocument.CreateGroup("CyclicGroup1")&lt;BR /&gt; gr.AddField "Field1"&lt;BR /&gt; gr.AddField "Field2"&lt;BR /&gt; dim x(2)&lt;BR /&gt; set gp = ActiveDocument.GetGroup("CyclicGroup1").GetProperties&lt;BR /&gt; x(1) = "FIELD1"&lt;BR /&gt; x(2) = "FIELD2"&lt;BR /&gt; gp.Labels = x&lt;BR /&gt; gp.IsCyclic = true&lt;BR /&gt; ActiveDocument.GetGroup("CyclicGroup1").SetProperties gp&lt;BR /&gt; ActiveDocument.GetApplication.Refresh&lt;BR /&gt;End Sub&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;When I run this macro in the client there is no problem but when I run it in the browser then I get the error message:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Macro parse failed. Functionality was lost&lt;BR /&gt;DynamicGroup&lt;BR /&gt;Error: Object needed 'gr'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;I'm running QlikView 9 SR7.&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184238#M1328065</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184239#M1328066</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 am not sure, but i dont think you can create cyclic group in IE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have once tried to create cyclic grp(not by macro) through chart properties but the edit group button was disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184239#M1328066</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-22T14:51:07Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184240#M1328067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it wouldn#t be possible I'm wondering why it should be possible to remove a cyclic group because the first line of the macro removes the group before it is recreated.&lt;/P&gt;&lt;P&gt;And the group is definitely not usable after the macro has been executed so I guess it must be something other.&lt;/P&gt;&lt;P&gt;But that is just a conclusion from my point of view. Does anyone know a possibility to get an "official" answer to this?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184240#M1328067</guid>
      <dc:creator />
      <dc:date>2011-03-22T14:56:46Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184241#M1328068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are both client and server running same version of QlikView?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184241#M1328068</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-22T15:02:43Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184242#M1328069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi im getting the same Macro Parse Failed message. I set up a post and still awaiting help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/42978.aspx" target="_blank"&gt;http://community.qlik.com/forums/t/42978.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184242#M1328069</guid>
      <dc:creator />
      <dc:date>2011-03-22T15:07:08Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184243#M1328070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;just to make sure I have just reinstalled the QlikView plugin on my machine and I'm still getting the error.&lt;/P&gt;&lt;P&gt;Any further idea?&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184243#M1328070</guid>
      <dc:creator />
      <dc:date>2011-03-22T15:16:50Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184244#M1328071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right.&lt;/P&gt;&lt;P&gt;Let's see what other users say, but it seems to me a bug here to be reported to QlikTech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184244#M1328071</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-22T15:25:03Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184245#M1328072</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;Miguel Angel Baeyens wrote:&lt;BR /&gt;You're right.&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Does this mean you can reproduce the error at your site and think that it should be possible to create a cyclic using a macro through the plugin?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184245#M1328072</guid>
      <dc:creator />
      <dc:date>2011-03-22T15:26:40Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184246#M1328073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If the macro doesn't work, it should be triggered by pressing the button (similar to what happens when your macro saves the document, for example).&lt;/P&gt;&lt;P&gt;But in this case (I'm using 10 SR1) the macro triggers and starts working, but it stops in this place, (because of creating fields permissions? don't think so, using section access works as expected as well).&lt;/P&gt;&lt;P&gt;EDIT: The group is actually removed, then created, but fields are not added to that group, even using one dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184246#M1328073</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-22T15:55:55Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184247#M1328074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Heres my macro script:&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Sub SubmitQuestionnaire&lt;BR /&gt;&lt;BR /&gt;Set oXL=CreateObject("Excel.Application")&lt;BR /&gt;&lt;BR /&gt;'set doc = ActiveDocument&lt;BR /&gt;'set mySelection = doc.fields("User").GetSelectedValues&lt;BR /&gt;'for i = 0 to mySelection.Count -1&lt;BR /&gt;'strIndex = mySelection.Item(i).text&lt;BR /&gt;'next&lt;BR /&gt;&lt;BR /&gt;strIndex = ActiveDocument.Variables("Username").GetContent.String&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;set DATA1 = ActiveDocument.GetApplication.GetProperties&lt;BR /&gt;VarHolder1 = now()&lt;BR /&gt;set temp = ActiveDocument.GetApplication.GetProperties&lt;BR /&gt;VarHolder2 = mid(temp.UserName,4)&lt;BR /&gt;set vCommentsToExcel = ActiveDocument.Variables("vUserEmail")&lt;BR /&gt;VarHolder3 = vCommentsToExcel.GetContent.String&lt;BR /&gt;set vCommentsToExcel = ActiveDocument.Variables("vUserPhone")&lt;BR /&gt;VarHolder4 = vCommentsToExcel.GetContent.String&lt;BR /&gt;set vCommentsToExcel = ActiveDocument.Variables("Quest1Answer")&lt;BR /&gt;VarHolder5 = vCommentsToExcel.GetContent.String&lt;BR /&gt;set vCommentsToExcel = ActiveDocument.Variables("Quest2Answer")&lt;BR /&gt;VarHolder6 = vCommentsToExcel.GetContent.String&lt;BR /&gt;set vCommentsToExcel = ActiveDocument.Variables("Quest3Answer")&lt;BR /&gt;VarHolder7 = vCommentsToExcel.GetContent.String&lt;BR /&gt;set vCommentsToExcel = ActiveDocument.Variables("vOtherFeedback")&lt;BR /&gt;VarHolder8 = vCommentsToExcel.GetContent.String&lt;BR /&gt;&lt;BR /&gt;f_name = "\\Nmh-bus01\QVDataSource\QlikView Questionnaires\Question Answers.xls"&lt;BR /&gt;set oWB = oXL.Workbooks.Open(f_name)&lt;BR /&gt;set oSH = oWB.Worksheets.Item(1)&lt;BR /&gt;&lt;BR /&gt;With oWB.Worksheets.Item(1).Range("a1:a1000")&lt;BR /&gt; Set c = .Find(strIndex, , , 2, 1, 2, 0)&lt;BR /&gt; If Not c Is Nothing Then&lt;BR /&gt; firstAddress = c.Address&lt;BR /&gt; Do&lt;BR /&gt; VarHolder = VarHolder + 1&lt;BR /&gt; Set c = .FindNext(c)&lt;BR /&gt; Loop While Not c Is Nothing And c.Address &amp;lt;&amp;gt; firstAddress&lt;BR /&gt; End If&lt;BR /&gt;End With&lt;BR /&gt;&lt;BR /&gt;if VarHolder = 100 then&lt;BR /&gt;msgbox("It appears you have already submitted a questionnaire. To resubmit please delete old questionnaire?")&lt;BR /&gt;oWB.Close&lt;BR /&gt;&lt;BR /&gt;set oSH = Nothing&lt;BR /&gt;set oWB = nothing&lt;BR /&gt;set oXL = nothing&lt;BR /&gt;&lt;BR /&gt;'CLEAR SELECTIONS IF QUESTIONNAIRE ALREADY SUBMITTED&lt;BR /&gt;set v = ActiveDocument.Variables("vUserEmail")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("vUserPhone")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("Quest1Answer")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("Quest2Answer")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("Quest3Answer")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("vOtherFeedback")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;exit sub&lt;BR /&gt;else&lt;BR /&gt;&lt;BR /&gt;'PASTE THE VALUES INTO EXCEL SHEET SPECIFIED&lt;BR /&gt; 'username index&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(1,0).FormulaR1C1 = strIndex&lt;BR /&gt; 'date submitted&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,1).FormulaR1C1 = VarHolder1&lt;BR /&gt; 'user login&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,2).FormulaR1C1 = VarHolder2&lt;BR /&gt; 'optional user contact details&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,3).FormulaR1C1 = VarHolder3&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,4).FormulaR1C1 = VarHolder4&lt;BR /&gt; 'question answers 1-3&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,5).FormulaR1C1 = VarHolder5&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,6).FormulaR1C1 = VarHolder6&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,7).FormulaR1C1 = VarHolder7&lt;BR /&gt; 'additional feedback&lt;BR /&gt; oSH.Range("A65536").End(-4162).Offset(0,8).FormulaR1C1 = VarHolder8&lt;BR /&gt;&lt;BR /&gt; If f_name="False" then&lt;BR /&gt;&lt;BR /&gt; Set oXL=nothing&lt;BR /&gt; Exit sub&lt;BR /&gt; End If&lt;BR /&gt;&lt;BR /&gt; oWB.Save&lt;BR /&gt; oWB.Close&lt;BR /&gt;&lt;BR /&gt; Set oSH=nothing&lt;BR /&gt; Set oWB=nothing&lt;BR /&gt; Set oXL=nothing&lt;BR /&gt;&lt;BR /&gt;'CLEAR SELECTIONS AFTER SUBMISSION&lt;BR /&gt;set v = ActiveDocument.Variables("vUserEmail")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("vUserPhone")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("Quest1Answer")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("Quest2Answer")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("Quest3Answer")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;set v = ActiveDocument.Variables("vOtherFeedback")&lt;BR /&gt;v.SetContent "",true&lt;BR /&gt;&lt;BR /&gt;msgbox("Thank you for completing the 'March 2011 - QlikView Questionnaire. Your answers will be reflected in the next report refresh.")&lt;BR /&gt;'ActiveDocument.Reload&lt;BR /&gt;ActiveDocument.ClearAll&lt;BR /&gt;'ActiveDocument.CloseDoc&lt;BR /&gt; 'App.OpenDoc "http://nmh-vapps03/QvAJAXZfc/AccessPoint.aspx?open=&amp;amp;id=QVS@nmh-vapps03%7CCorporate/User%20Guidance/Orientation%20page.qvw&amp;amp;client=Plugin"&lt;BR /&gt;&lt;BR /&gt;end if&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;As you can see there are many 'set' attributes in the script if i remove these it wont work.&lt;/P&gt;&lt;P&gt;Is this a QlikView 9 bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 16:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184247#M1328074</guid>
      <dc:creator />
      <dc:date>2011-03-22T16:06:09Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184248#M1328075</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;Miguel Angel Baeyens wrote:&lt;BR /&gt;EDIT: The group is actually removed, then created, but fields are not added to that group, even using one dimension. &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;I found the same but I have just made another finding. The macro is not even working when the QlikView document is opened with the full client but not opened directly instead using the function "open on server".&lt;/P&gt;&lt;P&gt;Is it possible that this kind of macro is not meant to be working when opening the document as a "normal" user on the server?&lt;/P&gt;&lt;P&gt;And if yes is there another possibility to create dynamic cyclic without using macros?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 20:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184248#M1328075</guid>
      <dc:creator />
      <dc:date>2011-03-22T20:22:25Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184249#M1328076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using version 10 by the way, so even if it's not a bug, it's worth a note to the Support guys.&lt;/P&gt;&lt;P&gt;Anyway, my guess is that, what a group is at the end is one field. I doesn't make any sense if you cannot access to the script or macro editor, but you can create a field/dimension. I'll give a couple of additional tests just in case.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 21:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184249#M1328076</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-22T21:10:03Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184250#M1328077</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;Miguel Angel Baeyens wrote:&lt;BR /&gt;Anyway, my guess is that, what a group is at the end is one field. I doesn't make any sense if you cannot access to the script or macro editor, but you can create a field/dimension. I'll give a couple of additional tests just in case. &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;I agree with that but the sense of the macro is that cyclic group gets a dynamic which is from my knowledge only possible with the use of a macro.&lt;/P&gt;&lt;P&gt;Therefore I would say that it should be working because otherwise there would be no possibility.&lt;/P&gt;&lt;P&gt;Looking forward to the results of your tests.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;B&gt;EDIT&lt;/B&gt;: Just an additional note. If a "normal" user should not access the fields through the macro then the macro should not be executed in any way. Because right now the group is deleted an recreated but the rest is not working. So this is the worst constellation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 21:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184250#M1328077</guid>
      <dc:creator />
      <dc:date>2011-03-22T21:17:08Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184251#M1328078</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;AndreBer wrote:&lt;STRONG&gt;EDIT&lt;/STRONG&gt;: Just an additional note. If a "normal" user should not access the fields through the macro then the macro should not be executed in any way. Because right now the group is deleted an recreated but the rest is not working. So this is the worst constellation.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Agree. If the macro removes the group and creates it, it should work or not, but completely. Let the rest of coders here and VB gurus take a look at our code and see what they say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 21:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184251#M1328078</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-22T21:22:57Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184252#M1328079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have the same problem with the ActiveDocument.CreateGroup command when it's executed within a macro on a server. Did you already asked the QlikView support?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 16:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184252#M1328079</guid>
      <dc:creator />
      <dc:date>2011-03-23T16:27:56Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184253#M1328080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i havent asked aupport as i was hoping this would help me resolve it ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 16:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184253#M1328080</guid>
      <dc:creator />
      <dc:date>2011-03-23T16:29:41Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184254#M1328081</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;thomas.peter wrote:&lt;BR /&gt;we have the same problem with the ActiveDocument.CreateGroup command when it's executed within a macro on a server. Did you already asked the QlikView support?&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;We forwarded this issue to the company from which we bought QlikView and they have forwarded it to the Qliktech support because the reproduce it, too.&lt;/P&gt;&lt;P&gt;So hopefully we will get an answer within the next few days.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 16:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184254#M1328081</guid>
      <dc:creator />
      <dc:date>2011-03-23T16:31:36Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184255#M1328082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;any news or reply from the QlikView Support?&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 07:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184255#M1328082</guid>
      <dc:creator />
      <dc:date>2011-03-31T07:02:53Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184256#M1328083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately not so far.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 07:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184256#M1328083</guid>
      <dc:creator />
      <dc:date>2011-03-31T07:06:14Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: AW:Re: Macro parse failed</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184257#M1328084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;short update from my side. I have now received an answer from QlikTech Support telling me, that the function ActiveDocument.CreateGroup is not supported on Server/Publisher ;-(&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-parse-failed/m-p/184257#M1328084</guid>
      <dc:creator />
      <dc:date>2011-04-04T11:43:38Z</dc:date>
    </item>
  </channel>
</rss>

