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: 
Not applicable

NPrinting Error with Cyclic Group Selection

When using a this function to select which field I want to show :

Capture.PNG

When I preview the HTML report, a different field is shown.

Why might this be happening?

My report appears like this:

<html>

<body>

   <table table cellspacing=0 style="border-collapse:collapse;" id="fixedheight">

     <tr style="width:0*;

     font-family:Calibri;">

           <th style="border:grey solid 1px;">

              Description

           </th>

           <th style="border:grey solid 1px;">

              Concentration £

           </th>

           <th style="border:grey solid 1px;">

             Concentration %

           </th>

        </tr>

     </tr>

                                  <tr style="width:0*;

                                      font-family:Calibri;">

                                      <td style="border:grey solid 1px;text-align: right;">%%Concentration_Limits%% </td>

                                      <td style="border:grey solid 1px;text-align: right;">%%Concentration%% </td>

                                      <td style="border:grey solid 1px;text-align: right;">%%Concentration %%%</td>

                                   </tr>

</body>

</html>

Thanks in advance for any help on this!

0 Replies