<?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: Assign a particular straight table cell to a variable without macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021351#M924611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.I have a different question now, back to square one!&amp;nbsp; &lt;/P&gt;&lt;P&gt;I was browsing through forums to launch application (batch file) on qlikview server or run a macro on qlikview, and couldn't succeed. My report in access point is still goes to my local C drive to execute a .bat file. Please suggest or point me in right direction to get this done? Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 17:47:01 GMT</pubDate>
    <dc:creator>praveenr035</dc:creator>
    <dc:date>2016-04-13T17:47:01Z</dc:date>
    <item>
      <title>Assign a particular straight table cell to a variable without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021349#M924609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to extract values from a few straight table cells (based on user selection) and assign it to a variable. I further use these variables as parameters to launch an application. Can some one please suggest if there is a way to do this apart from using macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use macro to do the same (VB scripting), it's not working for some users when accessed through IE (access point - may be due to full browser version in AJAX, not sure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Straight table-&lt;/P&gt;&lt;P&gt;User selects Dim1 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim1, Dim2, val1, val2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Company A, product A, 10, 20&lt;/P&gt;&lt;P&gt;Company A, product B, 30, 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign 1st row 2nd column to variable - v_dim2_row1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Assign 1st row 3rd column to variable - v_val1_row1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021349#M924609</guid>
      <dc:creator>praveenr035</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a particular straight table cell to a variable without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021350#M924610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way (outside of macro) that I know of is to replicate the same expression, enclosed in the AGGR() function with the same Dimensions, to mimic the chart calculations, and with the artificially "selected" dimension values, to only select a single value out of many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Oleg Troyansky&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Check out my new book &lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=IN55M5EPRHLRBWIQ"&gt;QlikView Your Business - The Expert Guide for QlikView and Qlik Sense&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 19:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021350#M924610</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-04-12T19:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a particular straight table cell to a variable without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021351#M924611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.I have a different question now, back to square one!&amp;nbsp; &lt;/P&gt;&lt;P&gt;I was browsing through forums to launch application (batch file) on qlikview server or run a macro on qlikview, and couldn't succeed. My report in access point is still goes to my local C drive to execute a .bat file. Please suggest or point me in right direction to get this done? Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021351#M924611</guid>
      <dc:creator>praveenr035</dc:creator>
      <dc:date>2016-04-13T17:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a particular straight table cell to a variable without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021352#M924612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to trigger your server from the outside you need something like EDX: &lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 05:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-a-particular-straight-table-cell-to-a-variable-without/m-p/1021352#M924612</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-14T05:13:53Z</dc:date>
    </item>
  </channel>
</rss>

