<?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: How to create a new column called as STOCK and store value “NSE” in it throughout. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760610#M454028</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128568"&gt;@shrayas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with your code as mentioned by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SYMBOL,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'NSE'&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; AS STOCK,&lt;BR /&gt;&lt;SPAN&gt;SERIES,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OPEN,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HIGH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOW,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CLOSE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LAST,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PREVCLOSE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTTRDQTY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTTRDVAL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TIMESTAMP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTALTRADES,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ISIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[C:\Desktop\Qlik View\Assignment 2 - Script\2.B.Stock_Market.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is Case_Study_2b_Stock_Market);&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 09:24:41 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2020-11-11T09:24:41Z</dc:date>
    <item>
      <title>How to create a new column called as STOCK and store value “NSE” in it throughout.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1759581#M453964</link>
      <description>&lt;P&gt;I need to create a simple column STOCK&amp;nbsp;and store value “NSE” in it throughout the column using Script Editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1759581#M453964</guid>
      <dc:creator>shrayas</dc:creator>
      <dc:date>2024-11-15T23:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new column called as STOCK and store value “NSE” in it throughout.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1759653#M453975</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128568"&gt;@shrayas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Load *, 'NSE' as STOCK from yoursourcetable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 02:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1759653#M453975</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-09T02:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new column called as STOCK and store value “NSE” in it throughout.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760602#M454026</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp; i tried that but its data set is not loading . Can you please guide me where exactly i need to put it? I am new to this qlikview tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET FirstWeekDay=6;&lt;BR /&gt;SET BrokenWeeks=1;&lt;BR /&gt;SET ReferenceDay=0;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='en-US';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;BR /&gt;LOAD&lt;BR /&gt;SYMBOL,&lt;BR /&gt;SERIES,&lt;BR /&gt;OPEN,&lt;BR /&gt;HIGH,&lt;BR /&gt;LOW,&lt;BR /&gt;CLOSE,&lt;BR /&gt;LAST,&lt;BR /&gt;PREVCLOSE,&lt;BR /&gt;TOTTRDQTY,&lt;BR /&gt;TOTTRDVAL,&lt;BR /&gt;TIMESTAMP,&lt;BR /&gt;TOTALTRADES,&lt;BR /&gt;ISIN&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Desktop\Qlik View\Assignment 2 - Script\2.B.Stock_Market.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Case_Study_2b_Stock_Market);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760602#M454026</guid>
      <dc:creator>shrayas</dc:creator>
      <dc:date>2020-11-11T09:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new column called as STOCK and store value “NSE” in it throughout.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760609#M454027</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128568"&gt;@shrayas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SYMBOL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SERIES,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OPEN,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HIGH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOW,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CLOSE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LAST,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PREVCLOSE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTTRDQTY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTTRDVAL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TIMESTAMP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTALTRADES,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ISIN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'NSE' as STOCK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[C:\Desktop\Qlik View\Assignment 2 - Script\2.B.Stock_Market.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is Case_Study_2b_Stock_Market);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760609#M454027</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-11T09:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new column called as STOCK and store value “NSE” in it throughout.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760610#M454028</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128568"&gt;@shrayas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with your code as mentioned by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SYMBOL,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'NSE'&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; AS STOCK,&lt;BR /&gt;&lt;SPAN&gt;SERIES,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OPEN,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HIGH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOW,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CLOSE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LAST,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PREVCLOSE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTTRDQTY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTTRDVAL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TIMESTAMP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TOTALTRADES,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ISIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[C:\Desktop\Qlik View\Assignment 2 - Script\2.B.Stock_Market.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is Case_Study_2b_Stock_Market);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-new-column-called-as-STOCK-and-store-value-NSE/m-p/1760610#M454028</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2020-11-11T09:24:41Z</dc:date>
    </item>
  </channel>
</rss>

