<?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: Assistance Required: Identifying QlikView Applications with Macro Functionality in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528768#M107604</link>
    <description>&lt;P&gt;I don't know powershell enough to suggest what may be the problem here. What I can do is point you to a couple of utilities where I do something similar, but with VbScript inside QlikView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Script Repository &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://qlikviewcookbook.com/recipes/download-info/script-repository/" target="_blank" rel="noopener"&gt;https://qlikviewcookbook.com/recipes/download-info/script-repository/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This utility processes the qvw files in an input directory and extracts the Load script and Module text to files in the output directory.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: QV Document Analyzer &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://qlikviewcookbook.com/recipes/download-info/document-analyzer/" target="_blank" rel="noopener"&gt;https://qlikviewcookbook.com/recipes/download-info/document-analyzer/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;QV Document analyzer extracts metadata, including Actions, from a QVW. You could copy some code from the QC Doc Analyzer Module that extracts Actions into a copy of the aforementioned Script Repo and record the macro calls along with the module extract.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know may be simpler if you could fix the PS script &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 21:12:35 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-08-28T21:12:35Z</dc:date>
    <item>
      <title>Assistance Required: Identifying QlikView Applications with Macro Functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528685#M107586</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, Good Morning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I’m currently working on identifying which QlikView applications contain macro functionality. Since there are numerous `.qvw` files, I’ve been using a PowerShell script to scan a specified directory and generate a report indicating whether each file contains macros.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the script is not producing the expected results. The output I’m receiving differs significantly from what I anticipated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- **Expected Output:** Please refer to the attached file `Expected_Sample.txt`.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- **Actual Output:** Located in the folder `Real Output`.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- **Script Used:** Attached for your reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please assist me in troubleshooting this issue or suggest a better approach to achieve the desired outcome?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance for your support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ranjana Chakraborty&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 13:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528685#M107586</guid>
      <dc:creator>Ranjanac1</dc:creator>
      <dc:date>2025-08-28T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required: Identifying QlikView Applications with Macro Functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528768#M107604</link>
      <description>&lt;P&gt;I don't know powershell enough to suggest what may be the problem here. What I can do is point you to a couple of utilities where I do something similar, but with VbScript inside QlikView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Script Repository &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://qlikviewcookbook.com/recipes/download-info/script-repository/" target="_blank" rel="noopener"&gt;https://qlikviewcookbook.com/recipes/download-info/script-repository/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This utility processes the qvw files in an input directory and extracts the Load script and Module text to files in the output directory.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: QV Document Analyzer &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://qlikviewcookbook.com/recipes/download-info/document-analyzer/" target="_blank" rel="noopener"&gt;https://qlikviewcookbook.com/recipes/download-info/document-analyzer/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;QV Document analyzer extracts metadata, including Actions, from a QVW. You could copy some code from the QC Doc Analyzer Module that extracts Actions into a copy of the aforementioned Script Repo and record the macro calls along with the module extract.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know may be simpler if you could fix the PS script &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 21:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528768#M107604</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-08-28T21:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required: Identifying QlikView Applications with Macro Functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528799#M107609</link>
      <description>&lt;P&gt;In addition you may look into the APIGuide.qvw to get hints for the available properties and needed syntax as well as various example-code. And like Rob hinted it might be more pragmatic to take the nativ VBS instead of transferring it to PS.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/May2021/Subsystems/Automation/Content/QV_Automation/APIGuide/QlikViewComApiGuide.zip" target="_blank"&gt;QlikView COM API reference&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(download QV document)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 07:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assistance-Required-Identifying-QlikView-Applications-with-Macro/m-p/2528799#M107609</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-08-29T07:43:39Z</dc:date>
    </item>
  </channel>
</rss>

