<?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 How to load sheet name into the script.js? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270453#M1236797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm want to use the name of the sheet into a javascript function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to load into the script.js le name of the sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not possible, I have an other solution is to use the value of a variable. Is it possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>How to load sheet name into the script.js?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270453#M1236797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm want to use the name of the sheet into a javascript function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to load into the script.js le name of the sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not possible, I have an other solution is to use the value of a variable. Is it possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270453#M1236797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to load sheet name into the script.js?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270454#M1236798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/114767"&gt;Getting sheet name in Javascript&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This will help users identify the answers should they come across this thread in the future.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 07:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270454#M1236798</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-03T07:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to load sheet name into the script.js?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270455#M1236800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had found this solution, but it did not work on my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used another solution:&lt;/P&gt;&lt;P&gt;I read objects of the sheet, an into each sheet, I have the name of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;$('.QvFrame').each(function(){&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;var lesClasses=$(this).attr('class');&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;var SheetName = "QvFrame Document_" + sheetTitle;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 08:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-sheet-name-into-the-script-js/m-p/1270455#M1236800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T08:06:32Z</dc:date>
    </item>
  </channel>
</rss>

