<?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: Straight table data to a QVD in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518116#M106041</link>
    <description>&lt;P&gt;thanks for the reply, here someone need to extract data in excel from App 1 where we have the table and load the same into app 2 which is a manual approach. using NPrinting, i was looking to store the excel directly onto the shared folder on the server automatically.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 May 2025 06:05:42 GMT</pubDate>
    <dc:creator>Kaushik2020</dc:creator>
    <dc:date>2025-05-18T06:05:42Z</dc:date>
    <item>
      <title>Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517729#M105965</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have a Straight table in Qlik Sense with 140 calculated columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I have derived a Percentage&amp;nbsp; based on 2 inputs. Was wondering, if there is any solution where I can just create a QVD from the Straight table ? so that I can do further analytics instead of writing logics again as this will be too more complex as the set expressions are approx 100 lines each for the 140 columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 07:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517729#M105965</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-05-14T07:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517736#M105966</link>
      <description>&lt;P&gt;You can righ-click on a frontend table and choose to export it as "data", i.e you'll get a csv file that you can import somewhere else. But you can't create a qvd directly from a frontend table.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 08:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517736#M105966</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-05-14T08:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517752#M105970</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/190879"&gt;@Kaushik2020&lt;/a&gt;&amp;nbsp;You can apply same logic which is in front end to script and then store same script data to QVD.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 10:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517752#M105970</guid>
      <dc:creator>Bhushan_Mahajan</dc:creator>
      <dc:date>2025-05-14T10:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517759#M105974</link>
      <description>&lt;P&gt;thanks for the email. If we use NPrinting, we should be able to store the excel file on the server location itself ? then call the Excel into Qlik Sense ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 10:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517759#M105974</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-05-14T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517760#M105975</link>
      <description>&lt;P&gt;thanks for your revert. These logics are set expressions, I assume there is a limit of 1363 lines in your set expression. Also Set expressions cannot be called in Load editor. it would not be possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 10:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517760#M105975</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-05-14T10:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517761#M105976</link>
      <description>&lt;P&gt;It is true that you can't use set expressions in loadscript, but it is possible to achieve the same results with other methods. But of course, depending of complexity in 140 measures it could possibly be painful.&lt;/P&gt;&lt;P&gt;I don't see what NPrinting has to do with your original question. You can load excel files or csv files in Qlik Sense, you don't need NPrinting for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 10:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517761#M105976</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-05-14T10:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517770#M105977</link>
      <description>&lt;P&gt;For me it looked that your data-model missed in general a lot of logic which is now done within the UI. To do the things in this way is definitely not easier and or needing less efforts. Therefore I suggest to rethink the entire approach.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 11:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517770#M105977</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-14T11:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517777#M105978</link>
      <description>&lt;P&gt;I second&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;suggestion.&lt;/P&gt;&lt;P&gt;Whenever I come across something as complicated as this, it’s usually due to lack of time to come up with a better solution. I end up building a workaround, on top of workaround until it gets out of hand.&lt;/P&gt;&lt;P&gt;That’s a good point to think about what exactly the table is trying to accomplish and then think about a way to refactor the table to produce the same output but in a much simpler way. It might take long to figure out, but if you find a solution - a way to create the same table in a simpler way, then you won’t have to deal with all the complexity anymore.&lt;/P&gt;&lt;P&gt;As far as storing data in a QVD, I use what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45410"&gt;@henrikalmen&lt;/a&gt;&amp;nbsp;suggested. See how the same table can be created in the backend, in the script, and then export the table in a QVD.&lt;/P&gt;&lt;P&gt;Alternatively, you mentioned that you needed to do additional analysis on this data which is the reason why you want to export it. If the data is already available to you in the app, maybe there’s a way for you to do the analysis on it in the same app?&lt;/P&gt;&lt;P&gt;TL;DR: I would start with thinking of a way to refactor the table to have it produce the same results but in a much simpler way. Then once that’s done, see if that new, simpler logic can be recreated in the script to enable export to a QVD.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 12:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2517777#M105978</guid>
      <dc:creator>howdash</dc:creator>
      <dc:date>2025-05-14T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518116#M106041</link>
      <description>&lt;P&gt;thanks for the reply, here someone need to extract data in excel from App 1 where we have the table and load the same into app 2 which is a manual approach. using NPrinting, i was looking to store the excel directly onto the shared folder on the server automatically.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2025 06:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518116#M106041</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-05-18T06:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518117#M106042</link>
      <description>&lt;P&gt;Thanks for the reply, if i quote an example. below is how the formula looks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IF(DY31="NA","-2",IF(DP31=0%,"2",IF(DY31&amp;gt;=0.1,"2",IF(DY31&amp;gt;0,"1",IF(DY31&amp;gt;=0,"0",IF(DY31&amp;lt;0,"-1"))))))&lt;/P&gt;&lt;P&gt;Each of the cell position you see in the above formula is a set expression which is mentioned below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num(Avg({$&amp;lt;Year=, Month=, Day=, CustomKPILabel={'OverallPercentage'},&lt;BR /&gt;ReportDate={"&amp;gt;=$(=date(monthstart(max(ReportDate))))&amp;lt;=$(=date(max(ReportDate)))"}&amp;gt;}&lt;BR /&gt;Value),'#,##0%')&lt;/P&gt;&lt;P&gt;You can assume, how the excel formula looks when convert that to Qlik Sense.&lt;/P&gt;&lt;P&gt;so we have other expressions where we are calculating difference between 2 values from the database and calculating a column.&lt;/P&gt;&lt;P&gt;How these expressions will be converted to a load script or in Data Model directly ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2025 06:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518117#M106042</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-05-18T06:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table data to a QVD in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518295#M106079</link>
      <description>&lt;P&gt;It's not a good idea to transfer a table-calculation approach 1:1 to a data-base oriented tool, like Qlik. I don't want to say that's not possible but it's not sensible. The aim of Qlik is to reduce all the efforts to build and keep dozend or even hundreds of pre-calculated tables else creating only a few small and long ones and then rather simple sum() and count() are enough to get the needed views.&lt;/P&gt;&lt;P&gt;This means they are designed to aggregate field-values and not cells within a crosstable-structure. On top of the aggregations may come some rounding- and/or range-functions to fetch outliers and unify the results and on them may some pick(match()) applied to score and/or cluster the output.&lt;/P&gt;&lt;P&gt;Like above hinted the magic and real work happens within the dimensionalities of the data-model to be able to apply simple expressions and selections to get all wanted views. The first times the how-to might not so obvious. Recommended is to start the development of a data-model as a star-scheme with a single fact-table and n dimension-tables by unifying all field-names and data-structuresand resolving any crosstable-logic. And then step by step going further to acknowledge the relation-ships within the data.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 08:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table-data-to-a-QVD-in-Qlik-Sense/m-p/2518295#M106079</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-20T08:36:55Z</dc:date>
    </item>
  </channel>
</rss>

