Discussion Board for collaboration on Qlik NPrinting.
Hi all,
I have created a very simple table in QlikSense, My purpose is to generate an excel file in Nprinting from this table in QlikSense.
I didn't use any formula, filter etc.. either in QlikSense and Nprinting.
My issue is this one :
Initially I have 1000 rows in QlikSense, when I create the excel file in Nprinting , I have 950 rows, so I lose 50 rows.
It seems it s a bug in Nprinting.
How can I fixe this issue ?
Thanks
Well,
I tested it and I cannot see any limits here. So my questions are:
Hello,
I create a KPI with the count of rows in QlikSense, and no the missing rows are not identical, furthermore, there is not "grouping by" in Excel.
The exercice is very simple in Nprinting, I just drag the data in the table from QlikSense into Excel sheet, that's it.
To summarize : the table have 10 columns
data source : MySQL (1000 rows) -> QlikSense (1000 rows) -> Nprinting (950 rows)
Hi @lou
Please check the following for any potential limitations regarding the KPI object that you may be using.
The group by happens automaticly on Qlik Sense UI table. So if you loaded to your Qlik Model with columns like for example:
Customer, Sales
A, 1000
A, 200
A, 1000
Then on UI in Qlik Sense yu will have only this:
Customer, Sales
A, 1000
A, 200
however count(Customer) will still give you 3m and Sum(Sales) will give you 2200. Group by in Table chart in Qlik is the default behaviour. Since NPrinting is using UI (not the table you have in data model) you likely passing to NPrinting already grouped lines.
I suggest you do following: