Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to generate on demand report using nprinting but what I noticed nprinting report values and qlik app values are not matching I tried all options but not able to resolve like checked app id reload metadata object id etc.
@212040 what version of NPrinting and what version of QlikSense?
Are you using the NPrinting OnDemand button supplied by Qik (i.e. not a 3rd party one)?
Please (if you can) share some screenshots that illustrate the issue, thanks!
Hi @212040
Obviously there is not enough information. The reasons that results are different are very simple:
To diagnose those issues you need to:
Bottom line is - we have no information what your report is, how template is built, if it is built properly etc... There are obviously things @David_Friend mentioned re versions, but those are less important at this stage I would say, nevertheless they are still important if after checking everything else report is still producing different results.
@David_Friend nprinting version may 2022 sr1 (22.15.5.0)
Qliksense version may 2024 patch 7 (14.187.12)
Yes using qlik supplied button
@Lech_Miszkiewicz yes all the points highlighted are checked then to no luck only value for one column are not matching
Hi @212040
so again-what is this one column which has different results?
as mentioned before-without knowing details i am unable to help more or pin-point how to fix it.
cheers
@Lech_Miszkiewicz it's a measure calculated using
=Text(Num(Count({<PolicyNo=>} B2BID) / ${vTotalOutcomes}, '0%'))
vTotalOutcomes = Count({<PolicyNo=, Outcome=>} DISTINCT B2BID)
Hi @212040
Ok, We are getting closer.
As I suspected you are trying to use measure relative to total since you are deviding numerator by variable which is coming from expanded variable!!!
So now if you look at my previous answer I also asked about screenshot of the NPrinting template. Can you share that now?
Depending how it is built measures like yours can be very much affected. If it uses Levels or Pages or Cycles in your report the total will be affected same way as if you would apply selection on each value of field used in such object in NPrinting.
side notes:
@Lech_Miszkiewicz please find ss of template also
Hi @212040
Just to make sure we are not affected in this case by not expanded variables I would suggest you use below expression as your measure:
Text(Num(Count({<PolicyNo=>} B2BID) / $(=Count({<PolicyNo=, Outcome=>} DISTINCT B2BID)), '0%'))
If that does not work you may need to read all below and spend some time making sure you provide all the required info before we try to move forward.
this link is not an answer to your question but it will help you understand how you should ask question on community to get help quickly and what kind of details we need to be able to replicate your issue. Have a look at how I have posted my issue and how I guided others to help me resolve it. If you really need us to help you solve this problem you may want to put little bit of effort to describe the issue as much as possible without us trying to guess what is what.
As to what your screenshot shows is powerpoint with 3 objects. We dont know where that object causing troubles is, we dont know If you applied any object filters to it as we dont see Properties of that object.
Also - you posted in other of your replies actual versions of Qlik Sense and NPrinting. One important thing about the version of NPrinting should be usually newer than Qlik Sense as otherwise it is not really supported as @David_Friend mentioned earlier. In this case you are actually on rather very old version which is not compatible with your Qlik Sense as documented: https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/DeployingQVNprinting/System-requirem...
Lastly - if you have used Master Measures you may also be affected by this issue:
https://community.qlik.com/t5/Qlik-NPrinting/Gauge-from-Qlik-sense-into-Nprinting/td-p/1839212 although at this stage it is hard to judge becasue we dont know what kind of issues we have and as to why it would not work.
cheers