<?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: showing fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071161#M357789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you check the data once whether the &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(OP_NAME='Store',&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Stored_Date_Time,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Agent Release',&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Agent_Validated_Time&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; is evaluating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 12:14:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-02T12:14:17Z</dc:date>
    <item>
      <title>showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071158#M357786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IED_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOC_VER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OP_NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Store',&lt;SPAN style="font-size: 13.3333px;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Stored_Date_Time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Agent Release',&lt;SPAN style="font-size: 13.3333px;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Agent_Validated_Time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Total Discharge',&lt;SPAN style="font-size: 13.3333px;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Released_Date_Time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;NEW_GEN_REG_TIM&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOSED_DATE_TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OP_DATE_TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C_BINDER_ID,&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set a expression in my table&lt;/P&gt;&lt;P&gt;=Interval(Released_Date_Time - NEW_GEN_REG_TIM, 'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the columns are &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Stored_Date_Time&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Agent_Validated_Time&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Released_Date_Time&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NEW_GEN_REG_TIM&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in result it is showing&amp;nbsp; data in&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Released_Date_Time&lt;/STRONG&gt;&amp;nbsp; and&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NEW_GEN_REG_TIM&lt;/STRONG&gt; dimention with expression result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Stored_Date_Time&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Agent_Validated_Time&lt;/STRONG&gt; showing null value??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071158#M357786</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-03-02T12:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071159#M357787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u cross chk with ur original data? is that hvng null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071159#M357787</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-02T12:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071160#M357788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enhance your table by field CLOSED_DATE_TIME and OP_NAME and verify the Content and your condition in script&lt;/P&gt;&lt;P&gt;only if OP_NAME doesnot have values like 'Store' or 'Agent Release' then null will be calcluted in target field&lt;/P&gt;&lt;P&gt;else problem with lower/upper characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071160#M357788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071161#M357789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you check the data once whether the &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(OP_NAME='Store',&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Stored_Date_Time,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Agent Release',&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CLOSED_DATE_TIME&lt;/SPAN&gt;) as Agent_Validated_Time&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; is evaluating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071161#M357789</guid>
      <dc:creator />
      <dc:date>2016-03-02T12:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071162#M357790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;I checked my data all fileds have value.&lt;/P&gt;&lt;P&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Released_Date_Time is present only at that place both &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; Stored_Date_Time and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Agent_Validated_Time will be absent.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in table only &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Released_Date_Time data is visible .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;But when i used other expression rather than subtraction &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;both &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; Stored_Date_Time and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Agent_Validated_Time showing value.&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; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071162#M357790</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-03-02T12:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071163#M357791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my reply to Chanty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071163#M357791</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-03-02T12:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071164#M357792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you for reply.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please see my reply to Chanty.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071164#M357792</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-03-02T12:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071165#M357793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can please share the sample data and the desire output format so that it will helpful for us to give the solution ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071165#M357793</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-02T12:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: showing fields</title>
      <link>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071166#M357794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Narender Makhija.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The my suggestion would be word insert of test. After reload, see if appear in ListBox of fields &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Stored_Date_Time&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Agent_Validated_Time. &lt;/STRONG&gt;Example:&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD IED_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOC_VER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OP_NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Store',&lt;SPAN style="font-size: 13.3333px;"&gt;CLOSED_DATE_TIME,&lt;STRONG&gt;'Test Store Date Time'&lt;/STRONG&gt;&lt;/SPAN&gt;) as Stored_Date_Time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(OP_NAME='Agent Release',&lt;SPAN style="font-size: 13.3333px;"&gt;CLOSED_DATE_TIME,&lt;STRONG&gt;'Test Agent Validated Time'&lt;/STRONG&gt;&lt;/SPAN&gt;) as Agent_Validated_Time,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NEW_GEN_REG_TIM&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOSED_DATE_TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OP_DATE_TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C_BINDER_ID,&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value appears with the occurrence test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-fields/m-p/1071166#M357794</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2016-03-02T13:12:39Z</dc:date>
    </item>
  </channel>
</rss>

