<?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 empty table (print and fill-in) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284512#M105752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try a&lt;/P&gt;&lt;P&gt;=only(TIMESTAMP) if your field is same for each record, it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;=maxstring(TIMESTAMP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 13:09:31 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-11-14T13:09:31Z</dc:date>
    <item>
      <title>How to create empty table (print and fill-in)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284507#M105747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data table that is going to be printed in a report. All in QV native on board tools.&lt;/P&gt;&lt;P&gt;However, I need to have another 5 rows fixed table in the trailer section of each sheet in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is now, how to create an empty (for fill in purpose on the printout) 5 rows table?&lt;/P&gt;&lt;P&gt;I could create an empty XLS File, but that does not seem to be very sophisticated. Is there a better solution for my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, can I create a &lt;SPAN style="color: #333333; text-decoration: underline;"&gt;non &lt;/SPAN&gt;dynamic table, that is independent from any data, so it should just be the layout! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 10:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284507#M105747</guid>
      <dc:creator />
      <dc:date>2011-10-31T10:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create empty table (print and fill-in)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284508#M105748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a synthetic dimension to create the rows, with expressions just plain 1. Set TextColor to white() in dimension and expression attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284508#M105748</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-31T11:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create empty table (print and fill-in)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284509#M105749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Stefan! You have helped me to get one step further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have another question: Can I get a column value (it is a Timestamp which ist the very same for each row - distinct delivers one result like 01.01.2010 14:00) into the header or footer section in the printout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My report currently already utilizes header and footer, as well as Leading-Table, Main DataTable, and the mentioned emtpy 5 Row Table as&amp;nbsp; trailer-table for fill in purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I need to get the distnict (timstamp-value), which I already have available as a normal row-value, into the header or the footer section. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any option or trick to do this? Like binding the distincted timestamp-value to a variable that can be accessed in header or footer definition, somehow ?!&amp;nbsp; Or something completely different, probably?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 11:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284509#M105749</guid>
      <dc:creator />
      <dc:date>2011-11-14T11:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create empty table (print and fill-in)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284510#M105750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not an expert in report creation, but I think you could enter dynamic expressions in the header or footer sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, try putting&lt;/P&gt;&lt;P&gt;=max(TIMESTAMP)&lt;/P&gt;&lt;P&gt;in one of the footer sections, e.g. centre part. Or calling your variable like =$(vVariable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 12:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284510#M105750</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-14T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create empty table (print and fill-in)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284511#M105751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that could work, but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My timestamp is a string in the following format: "dd.MM.YYYY HH:mm:ss", hence the max() gets me a "-" as result. I think max(aSrting) does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess 'll have to try and find a conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks, I got it:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I do not even need a variable: In the footer section a "=Max (myTimestamp)" does the trick already. WOW!&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 13:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284511#M105751</guid>
      <dc:creator />
      <dc:date>2011-11-14T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create empty table (print and fill-in)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284512#M105752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try a&lt;/P&gt;&lt;P&gt;=only(TIMESTAMP) if your field is same for each record, it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;=maxstring(TIMESTAMP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 13:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-empty-table-print-and-fill-in/m-p/284512#M105752</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-14T13:09:31Z</dc:date>
    </item>
  </channel>
</rss>

