<?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: Add a blank field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735374#M722303</link>
    <description>&lt;P&gt;This worked perfectly, thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I have to adjust something since every record is being shown in my table box.&amp;nbsp; I'd rather have one record per ID.&amp;nbsp; How could I accomplish that?&lt;/P&gt;&lt;P&gt;see attached.....&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2020 17:04:56 GMT</pubDate>
    <dc:creator>gfisch13</dc:creator>
    <dc:date>2020-08-12T17:04:56Z</dc:date>
    <item>
      <title>Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1731134#M722293</link>
      <description>&lt;P&gt;I'm trying to understand if QV will support placing a field in a blank field in a table, thinking this needs to be done in the load script.&lt;/P&gt;&lt;P&gt;Would it be possible to turn that new field into some type of user input field to mark a record as reviewed?&lt;/P&gt;&lt;P&gt;Ideally - I'm trying to create a workpaper. Just trying to understand if this is even possible or I'm spinning my wheels. Thanks, George&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1731134#M722293</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2024-11-16T18:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1731194#M722294</link>
      <description>&lt;P&gt;Can you please elaborate?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 21:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1731194#M722294</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-27T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1731362#M722295</link>
      <description>&lt;P&gt;Sure.......the attached is a view in its simplest form.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a list of purchase order numbers, next to that I'd like to place a blank field which I can probably do in excel, but, I'd like to allow the user to put some entry next to the purchase order number that he already reviewed so that he doesn't have to look at it again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just not sure if QV allows this activity and have not found much text regarding it.&lt;/P&gt;&lt;P&gt;Appreciate the help Kush!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 12:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1731362#M722295</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-07-28T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1734959#M722296</link>
      <description>&lt;P&gt;Believe you are referring to Input Fields:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Input_Fields.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Input_Fields.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Design blog post that may be of some help too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Loading-Data-into-Input-Boxes/ba-p/1469453" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Loading-Data-into-Input-Boxes/ba-p/1469453&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 18:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1734959#M722296</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-11T18:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1734995#M722297</link>
      <description>&lt;P&gt;Try using INPUTFIELD. This will provide you to edit the Field.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INPUTFIELD Reviewed;

tab1:
LOAD * INLINE [
    Purchase Order, Reviewed
    111111
    222222
    333333
    444444
    555555
    666666
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV59.png" style="width: 156px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38845iA3B4AFFDF20FF94E/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV59.png" alt="commQV59.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 20:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1734995#M722297</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-08-11T20:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735220#M722298</link>
      <description>&lt;P&gt;If I use the INPUTFIELD as you mention, can the user then fill that field with any value?&amp;nbsp; I'm thinking that I would also be able to filter on the values of that field?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735220#M722298</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-08-12T12:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735221#M722299</link>
      <description>&lt;P&gt;Thanks Brett - this gets me part of the way there, and is an option I didn't realize existed.&amp;nbsp; Thanks for the input.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735221#M722299</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-08-12T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735229#M722300</link>
      <description>&lt;P&gt;when I try to add the INPUTFIELD to my script, its generating a 'Field Not Found' error.&amp;nbsp; &amp;nbsp; I'm trying to add the field to one of my tables, is this syntax incorrect?&amp;nbsp; &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;(see attached)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735229#M722300</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-08-12T12:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735304#M722301</link>
      <description>&lt;P&gt;Check out this other Help link, there are some examples there etc., hopefully that will help you confirm things:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Inputfield.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Inputfield.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not all that great at the development questions myself, more of a backend/server guy, sorry.&amp;nbsp; Hopefully one of the others that is better at it will stop by again and provide some additional guidance.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 14:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735304#M722301</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-12T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735307#M722302</link>
      <description>&lt;P&gt;You need to add field as blank value. It will give you error as you don't have such a field in your data so you need to create it like below&lt;/P&gt;&lt;P&gt;inputfield&amp;nbsp;&lt;STRONG&gt;Reviewed;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;EMEACitiData:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt; '' as Reviewed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM Data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 14:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735307#M722302</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-12T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735374#M722303</link>
      <description>&lt;P&gt;This worked perfectly, thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I have to adjust something since every record is being shown in my table box.&amp;nbsp; I'd rather have one record per ID.&amp;nbsp; How could I accomplish that?&lt;/P&gt;&lt;P&gt;see attached.....&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 17:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735374#M722303</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-08-12T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735405#M722304</link>
      <description>&lt;P&gt;You can create distinct recorof employee ID by creating new field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inputfield&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt; Reviewed;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Employee ID&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;FROM Source;&lt;/P&gt;&lt;P&gt;DistinctEmployee:&lt;/P&gt;&lt;P&gt;load &lt;STRONG&gt;distinct&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Employee ID,&lt;/FONT&gt;&lt;/STRONG&gt;&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;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Employee ID&lt;/STRONG&gt; &lt;/FONT&gt;as &lt;STRONG&gt;Distinct_Employee&lt;/STRONG&gt;,&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; &lt;STRONG&gt;&amp;nbsp;&lt;EM&gt;'' as Reviewed&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resident &lt;STRONG&gt;Data&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;Now use&amp;nbsp;&lt;STRONG&gt;Distinct_Employee&amp;nbsp;&lt;/STRONG&gt;field in tablebox&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 21:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735405#M722304</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-12T21:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add a blank field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735568#M722305</link>
      <description>&lt;P&gt;Thanks Kush - appreciate the help, exactly what I was looking for!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 12:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-blank-field/m-p/1735568#M722305</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-08-13T12:27:36Z</dc:date>
    </item>
  </channel>
</rss>

