Add "Printed by" in Footer of OpenLab CDS Version 2.7 Intelligent Reporting

Hi there,

I want to add "Printed by" in the footer in OpenLab CDS 2.7 report format. Can you please help me?

Parents Reply
  • Hi  

    Have a look at the report items under Special Objects > Live system values.  There's an item that does exactly what you ask.  It seems that you can't add this directly into the footer, but you could add a text box to the footer and, following the style of the other footer text boxes, you could use

    =String.Format("Printed by: {0} ", ECMOperator)

    as the value.

    There's not much space in the footer so you might have to replace one of the other text items in the footer to make this fit!

    /Andy

Children
Was this helpful?