<?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 Several question about QlikView 9 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240555#M91069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Several question about QlikView 9 (QV9)&lt;/P&gt;&lt;P&gt;1. I want to get data from several SQL Server and ORACLE servers.&lt;BR /&gt;But in Edit Script of QV9 I can put only 1 declaration "CONNECT TO [Provider=...];".&lt;BR /&gt;&lt;STRONG&gt;How do I get several connections?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. I use TableBox and click (select) one Row or Column.&lt;BR /&gt;&lt;STRONG&gt;How can I get the Row and/or Col numbers and Cell value (text)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. I use TableBox and RowCount is variable (it depends on selection in others boxes).&lt;BR /&gt;&lt;STRONG&gt;How can I get current RowCount of TableBox?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 09:21:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-14T09:21:23Z</dc:date>
    <item>
      <title>Several question about QlikView 9</title>
      <link>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240555#M91069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Several question about QlikView 9 (QV9)&lt;/P&gt;&lt;P&gt;1. I want to get data from several SQL Server and ORACLE servers.&lt;BR /&gt;But in Edit Script of QV9 I can put only 1 declaration "CONNECT TO [Provider=...];".&lt;BR /&gt;&lt;STRONG&gt;How do I get several connections?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. I use TableBox and click (select) one Row or Column.&lt;BR /&gt;&lt;STRONG&gt;How can I get the Row and/or Col numbers and Cell value (text)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. I use TableBox and RowCount is variable (it depends on selection in others boxes).&lt;BR /&gt;&lt;STRONG&gt;How can I get current RowCount of TableBox?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 09:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240555#M91069</guid>
      <dc:creator />
      <dc:date>2010-05-14T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re. :Several question about QlikView 9</title>
      <link>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240556#M91070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;1. You can have several ODBC connections by clicking on the ODBC or OLEDB connection button (Edit script) to declare them. When you click on Select button, you can change your database on top of the window (data source).&lt;/P&gt;&lt;P&gt;2. If I understood, you can use the "Only()" or "GetFieldSelections()" functions.&lt;/P&gt;&lt;P&gt;3. You can count numbers of distinct values for the concatenation of all fields shown in your tableBox.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 10:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240556#M91070</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re. :Several question about QlikView 9</title>
      <link>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240557#M91071</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;Martin Favier wrote:&lt;BR /&gt;1. You can have several ODBC connections by clicking on the ODBC or OLEDB connection button (Edit script) to declare them. When you click on Select button, you can change your database on top of the window (data source).&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;Thanks! I understand. &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Martin Favier wrote:&lt;BR /&gt;2. If I understood, you can use the "Only()" or "GetFieldSelections()" functions.&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Unfortunally I cannot find in manual function &lt;STRONG&gt;"Only()"&lt;/STRONG&gt;.&lt;BR /&gt;Could you get more information concerning it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Martin Favier wrote:&lt;BR /&gt;3. You can count numbers of distinct values for the concatenation of all fields shown in your tableBox.&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;Ok!&lt;BR /&gt;I try explain on the real sample:&lt;BR /&gt;How do I use QV9 functions for show in TableBox Title current RowCount?&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I try so&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;= 'RecordCount (Count: ' &amp;amp; Count ($Rows) &amp;amp; ' - ' &amp;amp; RowNo(TOTAL) &amp;amp; ')'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;but got wrong information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240557#M91071</guid>
      <dc:creator />
      <dc:date>2010-05-14T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Several question about QlikView 9</title>
      <link>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240558#M91072</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;Vlad wrote:Unfortunally I cannot find in manual function &lt;B&gt;"Only()"&lt;/B&gt;.&lt;BR /&gt;Could you get more information concerning it.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;extract from the help file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;h4&amp;gt;only&lt;A id="only" name="only"&gt;&lt;/A&gt;( [{set_expression}] [ distinct ] [ total [&amp;lt;fld {, fld}&amp;gt;] ]expression)&amp;lt;/h4&amp;gt;&lt;BR /&gt;If expression or field iterated over the chart dimension(s) contain one single value, that value is returned, else NULL is returned. Only can return numeric values as well as text values.&lt;BR /&gt; &amp;lt;h2&amp;gt;Examples&amp;lt;/h2&amp;gt;&amp;lt;table&amp;gt;&amp;lt;tbody&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;BR style="font-weight:bold;margin-bottom:0px;" /&gt;only( Sales )&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;BR style="font-weight:bold;margin-bottom:0px;" /&gt;only( Price*Quantity )&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;BR style="font-weight:bold;margin-bottom:0px;" /&gt;only( total Salesman )&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Vlad wrote:I try so&lt;BR /&gt;&lt;B&gt;&lt;I&gt;= 'RecordCount (Count: ' &amp;amp; Count ($Rows) &amp;amp; ' - ' &amp;amp; RowNo(TOTAL) &amp;amp; ')'&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;but got wrong information&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Is that returns a value ???&lt;/P&gt;&lt;P&gt;if you have a tableBox with 4 fields : field1, field2, field3 and field4. You have to do that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count(Distinct field1&amp;amp;'_'&amp;amp;field2&amp;amp;'_'&amp;amp;field3&amp;amp;'_'&amp;amp;field4)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-question-about-QlikView-9/m-p/240558#M91072</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T13:23:39Z</dc:date>
    </item>
  </channel>
</rss>

