<?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 QlikView. Working with Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Working-with-Excel/m-p/1587131#M738968</link>
    <description>&lt;P&gt;I have the following piece of code in Qlik to see:&lt;/P&gt;&lt;P&gt;"Remove (Row, RowCnd (Interval, Pos (Higher, 2), Pos (Bottom, 1), Select (1, 0)))"&lt;/P&gt;&lt;P&gt;Can someone explain to me more or less what you are doing please, could it be converted into SQL format?&lt;/P&gt;&lt;P&gt;Forgiveness is attached to the complete QlikView table:&lt;/P&gt;&lt;P&gt;Aux1:&lt;/P&gt;&lt;P&gt;LOAD @5&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vGBUSharedrive)Stratus_2\StratusExtractionReport_NEW_WEEK2.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, explicit labels, table is Worksheet, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0)))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LET vPeriodOfDate = if(MID(PEEK('@5',0,'Aux1'),10,2)=MID(PEEK('@5',0,'Aux1'),25,2),MID(PEEK('@5',0,'Aux1'),10,2),'Differents Months');&lt;/P&gt;&lt;P&gt;LET vYearOfDate = if(MID(PEEK('@5',0,'Aux1'),13,4)=MID(PEEK('@5',0,'Aux1'),28,4),MID(PEEK('@5',0,'Aux1'),15,2),'Differents Years');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I refer to SQL format, I mean if I have a database, could I do something similar? In plan: a Select * from (x table). Where to apply the mentioned condition&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:25:04 GMT</pubDate>
    <dc:creator>victorvasilyev2020</dc:creator>
    <dc:date>2024-11-16T03:25:04Z</dc:date>
    <item>
      <title>QlikView. Working with Excel</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Working-with-Excel/m-p/1587131#M738968</link>
      <description>&lt;P&gt;I have the following piece of code in Qlik to see:&lt;/P&gt;&lt;P&gt;"Remove (Row, RowCnd (Interval, Pos (Higher, 2), Pos (Bottom, 1), Select (1, 0)))"&lt;/P&gt;&lt;P&gt;Can someone explain to me more or less what you are doing please, could it be converted into SQL format?&lt;/P&gt;&lt;P&gt;Forgiveness is attached to the complete QlikView table:&lt;/P&gt;&lt;P&gt;Aux1:&lt;/P&gt;&lt;P&gt;LOAD @5&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vGBUSharedrive)Stratus_2\StratusExtractionReport_NEW_WEEK2.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, explicit labels, table is Worksheet, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0)))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LET vPeriodOfDate = if(MID(PEEK('@5',0,'Aux1'),10,2)=MID(PEEK('@5',0,'Aux1'),25,2),MID(PEEK('@5',0,'Aux1'),10,2),'Differents Months');&lt;/P&gt;&lt;P&gt;LET vYearOfDate = if(MID(PEEK('@5',0,'Aux1'),13,4)=MID(PEEK('@5',0,'Aux1'),28,4),MID(PEEK('@5',0,'Aux1'),15,2),'Differents Years');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I refer to SQL format, I mean if I have a database, could I do something similar? In plan: a Select * from (x table). Where to apply the mentioned condition&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Working-with-Excel/m-p/1587131#M738968</guid>
      <dc:creator>victorvasilyev2020</dc:creator>
      <dc:date>2024-11-16T03:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView. Working with Excel</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Working-with-Excel/m-p/1598839#M738969</link>
      <description>&lt;P&gt;Provided the ODBC/OLE DB driver you are using can interpret your SQL commands properly, you can pretty much write a full SQL Query in the QlikView Script Editor and run things...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/SQL.htm" target="_blank"&gt;http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/SQL.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The Help is pretty sparse, but really things are just limited by what the SQL driver you are using will translate etc.&amp;nbsp; Hope this is what you needed to move forward here.&lt;/P&gt;
&lt;P&gt;Almost forgot, you may need the Help on the Connect strings:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/CONNECT.htm" target="_blank"&gt;http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/CONNECT.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One last link that may be the most helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Create_Select_Statement.htm" target="_blank"&gt;http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Create_Select_Statement.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 19:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Working-with-Excel/m-p/1598839#M738969</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-03T19:44:28Z</dc:date>
    </item>
  </channel>
</rss>

