<?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: Getting random Cell values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410937#M566615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatelly, I will not know which cell customer would like to select. &lt;/P&gt;&lt;P&gt;I have up to 200 columns in one chart (scrollable) and I was looking for the option to "highlight" the specific cell (or range of cells) and copy/paste them into some report (excel file, for example). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 18:37:39 GMT</pubDate>
    <dc:creator>vlad_komarov</dc:creator>
    <dc:date>2012-12-05T18:37:39Z</dc:date>
    <item>
      <title>Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410935#M566613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the way to retrieve a cell data from Straight or Pivot tables. Basically, I need to have an option to click on the table (right click - to avoid selections, for example) and get the cell's value along with Row and Column number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the cell value to clipboard will not work in my case since I need to know cell's coordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to report that specic cell (Column # = A and Row # = B) has a value = C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 17:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410935#M566613</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-05T17:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410936#M566614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only way is to use a macro and that's only possible if you know in advance which row and column you want. There's no click event api for chart objects that can be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub GetCellValue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo=6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColNo=2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject( "CH01" )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set cell = obj.GetCell(RowNo,ColNo)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(cell.Text)&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 17:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410936#M566614</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-05T17:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410937#M566615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatelly, I will not know which cell customer would like to select. &lt;/P&gt;&lt;P&gt;I have up to 200 columns in one chart (scrollable) and I was looking for the option to "highlight" the specific cell (or range of cells) and copy/paste them into some report (excel file, for example). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410937#M566615</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-05T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410938#M566616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad, this is probably only possible with an extension object since you can write custom context-menu behavior in JS. Writing an entire extension object just to capture this behavior sounds a bit overkill to me though...In a regular pivot table, when a user clicks on an expression cell, it already automatically highlights (i.e. selects) the dimensions that pertain to that cell. You would then just need to copy the entire table contents, which would give you what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410938#M566616</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2012-12-05T18:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410939#M566617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have much experience implementing extensions, but if remember correctly they could not be executed under IE Plugin. It might be a problem in my case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you seen any examples of this kind of extension objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 19:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410939#M566617</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-05T19:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410940#M566618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I've never seen this kind of object, it would have to me developed from scratch (like I said, probably not worth the effort). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't make the regular pivot table highlighting work for your purposes (when you click an expression value)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="26510" class="jive-image" alt="PivotExpSelect.png" src="https://community.qlik.com/legacyfs/online/26510_PivotExpSelect.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 14:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410940#M566618</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2012-12-06T14:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410941#M566619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the rows and colums like below and write it in a file. This works also in IE-Plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ReadRowColumnValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dim fso, File, doc, source, iRow, iCol, cell, str&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set doc = ActiveDocument&lt;/P&gt;&lt;P&gt;set source = doc.GetSheetObject("CH02")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set fso = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;set File = fso.OpenTextFile(YOUR PATH+FILE.txt, 2, true)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for iRow = 1 to source.GetRowCount - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for iCol = 1 to source.GetColumnCount - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set cell_1 = source.GetCell(iRow, iCol)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; str = "Row " &amp;amp; iRow &amp;amp; " - " &amp;amp; "Column " &amp;amp; iCol &amp;amp; " - " &amp;amp; "Value " &amp;amp; cell.Text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'msgbox str&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File.WriteLine str&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File.Close&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set fso = nothing&lt;/P&gt;&lt;P&gt;set File = nothing&lt;/P&gt;&lt;P&gt;set doc = nothing&lt;/P&gt;&lt;P&gt;set source = nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&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, 06 Dec 2012 16:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410941#M566619</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2012-12-06T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410942#M566620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion, but it will not work in my case. I can achive the same results by using ExportEx method (which will also give me formatting of the original table in Excel file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to "extract" a single cell without entering it Row and Column numbers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to develop a mechanism when user can click on single cell or column and "report" values from this cell or column to external file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 15:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410942#M566620</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-07T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410943#M566621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection works, but I just need to know (at least) which expression I've clicked on. &lt;/P&gt;&lt;P&gt;Is it possible to detect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 15:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410943#M566621</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-07T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410944#M566622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that's not possible as far as I'm aware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 17:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410944#M566622</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2012-12-07T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410945#M566623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your pivot relatively static you could set small buttons in each column which export this single column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410945#M566623</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2012-12-07T18:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410946#M566624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice Holidays Season and New Year!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410946#M566624</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-07T19:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410947#M566625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My table(s) are not very "static" - I am giving my client an option to show/hide specific columns, but your suggestions looks like the only solution so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410947#M566625</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-07T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410948#M566626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I would like to activate that cell to make that the Chart Navigate forward more associative information, what should i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sub GetCellValue&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo=6&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColNo=2&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject( "CH01" )&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set cell = obj.GetCell(RowNo,ColNo)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(cell.Text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Selects the cell to navigate forward in current data chart&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cell.select(): //how to select that cell????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 17:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410948#M566626</guid>
      <dc:creator />
      <dc:date>2013-02-27T17:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410949#M566627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The topic is similar - perhaps it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/thread/73166?start=0&amp;amp;tstart=0" title="http://community.qlik.com/thread/73166?start=0&amp;amp;tstart=0"&gt;http://community.qlik.com/thread/73166?start=0&amp;amp;tstart=0&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>Wed, 27 Feb 2013 20:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410949#M566627</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-02-27T20:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410950#M566628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expressions are not selectable. However, in a pivot table, you can make the expression into a dimension. This is how it works:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The existing dimensions remain the same.&lt;/LI&gt;&lt;LI&gt;Create a new field (e.g., expression_field) with the values 1 to the number of expressions needed.&lt;/LI&gt;&lt;LI&gt;Use a pick function for the expression that will choose the actual expression based on the expression_field dimensions (.e.g., pick(expression_field, expression1, expression2, expression3).&lt;/LI&gt;&lt;LI&gt;There should only be one expression.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "expressions" are now selectable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In practice, the pick function becomes slow with many expressions. Depending on the complexity of the expression, this method maybe unusable before you reach 200 expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 01:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410950#M566628</guid>
      <dc:creator />
      <dc:date>2013-02-28T01:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting random Cell values</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410951#M566629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could i use macro a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression = GetCellValue(11,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i sent as parameters the row and column and the function returns me the value of the cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How to define the function&lt;/P&gt;&lt;P&gt;2) As i invoke the function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 23:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-random-Cell-values/m-p/410951#M566629</guid>
      <dc:creator />
      <dc:date>2014-09-24T23:26:33Z</dc:date>
    </item>
  </channel>
</rss>

