Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
alexandernatale
Creator II
Creator II

Pixel perfect and conditional formatting report PDF

Hi everyone,

I'm dealing with a request from management. My goal is to create a pixel perfect PDF report so that in the last column showing the totals, this is colored according to a color gradient from green to red.
The table shows the first 30 products ordered from most consumed to least consumed. The last column measures the deviation with respect to price and quantity changes (management control).

On the QS app I solved it easily like this:

Colormix1(
Rank(r_Overall_effect_variance, 0, 1) / 30,
RGB(255, 0, 0), // Red for lowest value
RGB(0, 255, 0) // Green for the highest value
)

How can I do it the same way on pixel perfect?

within the formatting rules there is neither the color mix function nor the Rank function.

Thanks!

Labels (2)
1 Reply
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi. 

First make sure you are providing us correct information:

  • according to your post you are on NPrinting 16.1
  • NPrinting 16.1 never supported Qlik Sense so that will never work
  • NPrinting 16.1 is long time not supported

Regarding conditional formatting in Pixel Perfect.

Lastly I would probably build it based on excel template with PDF output (which effectively is a print of excel to PDF) and use excel conditional formatting as it would be so much easier:

Lech_Miszkiewicz_0-1721607013269.png

cheers

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.