<?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 Table box showing BIG X in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614241#M1104235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am trying to add a new filed in the exsiting table box.It is showing a BIG X on the table box .How i can fix it.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 14:37:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-24T14:37:48Z</dc:date>
    <item>
      <title>Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614241#M1104235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am trying to add a new filed in the exsiting table box.It is showing a BIG X on the table box .How i can fix it.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614241#M1104235</guid>
      <dc:creator />
      <dc:date>2014-03-24T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614242#M1104236</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;May be in your Data model has synthetic keys or may be some calculation going on when you add a field in table box. It will be due to some keys that will not proper or any field has a large data set thats why it is occur.&lt;/P&gt;&lt;P&gt;Check for any circular loop also in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614242#M1104236</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-24T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614243#M1104237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not like that.Actually even if I remove some existing field from table box and again try to add it.it again showing the same big X on table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614243#M1104237</guid>
      <dc:creator />
      <dc:date>2014-03-24T18:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614244#M1104238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many fields do you have. How big is the application. I bet its the size. Try adding fields one by one and at one point you will find out when this x appears. It means at that point the threshold is reached (you might be having a RAM constraint).&lt;/P&gt;&lt;P&gt;Try doing a limited load it should work fine. Whenever you are working on Desktop version its good to use limited data set (if you dont have enough RAM).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614244#M1104238</guid>
      <dc:creator />
      <dc:date>2014-03-24T18:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614245#M1104239</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 suggest check your tables with dimension tables and fact tables might be some fields are in large data types as strings in character i mean to say. Also check there is any aggregation in the load script or not because of that when you add any field in the chart and when ram calculation occurs in the chart the ram overflows and the big X is shown. And check if any fields has large data width then use Trim(Fieldname) as newfieldname in load script to remove blank spaces from field and also check the data model performance is not slow when you add any field in the chart, also when you add any field and going to add second field in chart and if X comes check the field source and relation of the field among each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614245#M1104239</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-24T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614246#M1104240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is typically caused from RAM overuse.&lt;/P&gt;&lt;P&gt;Considerations:&lt;/P&gt;&lt;P&gt;1. Reduce the # of fields in your table&lt;/P&gt;&lt;P&gt;2. Swap out dates for (year, month, day) fields&lt;/P&gt;&lt;P&gt;3. Add Error message handling logic to avoid this X, e.g. if a field to filter down on is not selected, it will state, please select an item from the listbox to reduce the # of fields to display in the table&lt;/P&gt;&lt;P&gt;4. Remove set analysis or calculated fields in the table (move to the script)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other techniques, but these are some to focus on at first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614246#M1104240</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-03-24T19:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614247#M1104241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not like that.as even when I remove an existing field from table box and try to add that field again in table.box it shows same big X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 03:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614247#M1104241</guid>
      <dc:creator />
      <dc:date>2014-03-25T03:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614248#M1104242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample app, so that we can look over it and prove you soln in a better way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 03:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614248#M1104242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T03:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614249#M1104243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is caused when fields used in Table Box are connecting to each other from multiple nodes at Data Model level(OverNormalized Data Model).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are all the fields used in Table Box are coming from same QV Table? If not, try keeping only those fields which are from same table and see if it give a cross sign again or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 05:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614249#M1104243</guid>
      <dc:creator />
      <dc:date>2014-03-25T05:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614250#M1104244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am just using a single table.As mentioned when I remove one field from the table box and trying to again add field it shows big X on table box.&lt;/P&gt;&lt;P&gt;but when I add a totally new table box with all fields ,there is no problem.But adding a new table box caused a lot of rework for me.&lt;/P&gt;&lt;P&gt;I cant post a sample as it is my office work and it is for that particular situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 08:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614250#M1104244</guid>
      <dc:creator />
      <dc:date>2014-03-25T08:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614251#M1104245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it is a table box so there is no dimension and calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 08:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614251#M1104245</guid>
      <dc:creator />
      <dc:date>2014-03-25T08:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614252#M1104246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you copy the object from an existing object or did you build this from scratch? If not, try building the new object from scratch. Reminder - Table box for non-calculated fields and Straight Table has calculated fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614252#M1104246</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-03-25T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614253#M1104247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the table box which is showing X, must have already consumed much of RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you right click anywhere on Sheet, to open the Sheet Properties and then navigate yourself to "Object" tab and see the "CalcTime" for that table box object. I believe it should be a large value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614253#M1104247</guid>
      <dc:creator />
      <dc:date>2014-03-26T05:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614254#M1104248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But even if I removed the existing field and try to add again that field .It again showing BIG 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 13:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614254#M1104248</guid>
      <dc:creator />
      <dc:date>2014-03-26T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614255#M1104249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How much RAM is the object consuming? In Document Preferences &amp;gt; Memory Statistics? How much RAM does your machine have installed? Have you closed out of all other applications? Do you have any other tables or many other objects on your sheet? Are you able to remove some objects (especially hidden) to free up memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 23:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614255#M1104249</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-03-26T23:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614256#M1104250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So mean, that one field is causing this to happen? what is this field storing in it? Is it date, numeric or string values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its numeric, can you use num() in the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share us with sample app...so that we can reproduce this as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614256#M1104250</guid>
      <dc:creator />
      <dc:date>2014-03-27T06:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614257#M1104251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not that field dependent.Even if i remove any field from table box and try to add it again.It causes problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614257#M1104251</guid>
      <dc:creator />
      <dc:date>2014-03-27T06:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614258#M1104252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, can you try removing all fields..and just keeping one field(any). and then check does it still cause the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then one by one add fields into the table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614258#M1104252</guid>
      <dc:creator />
      <dc:date>2014-03-27T06:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614259#M1104253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,I have removed all the fields except one.Then try to add one more field but again it showing the same problem.I think it is a bug of Table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614259#M1104253</guid>
      <dc:creator />
      <dc:date>2014-03-27T06:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table box showing BIG X</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614260#M1104254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like....But since you said, when you created a new table box it worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I still believe, the particular object (table box) might have got corrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give another try, and change the ObjectID for that table box and see if it works. (It is a guess though)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-showing-BIG-X/m-p/614260#M1104254</guid>
      <dc:creator />
      <dc:date>2014-03-27T06:21:09Z</dc:date>
    </item>
  </channel>
</rss>

