hexagon logo

Comment's text in custom report

Hi,


I'm basically new to the report editing, and I'm trying to make custom report, with a checklist. Question is, 'is there a way to insert a comment's text into the custom report?' The comment is Yes/No type
Right now I'm using a GridControlObject, and assigned variables for every comment (like V1=C1.INPUTVALUE), so I can make the OK/NOK columns with an 'IF' function, but i have to type the text twice. And have to use different functoins for every line. This makes it a bit difficult.
The best would be if I could make a template, but if i simply try to use for e.g. C1.INPUTVALUE in the custom report, it won't work.
I want to do something like in the attachment

Any ideas for this?
Thank you

Attached Files
Parents
  • There are some limitations with displaying variables in the GridControlObject of a header of a report, discussed here.

    I don't know if that's where you're trying to put the "No scratches on the surface" text, but if so, one workaround might be to create a variable for the "No scratches on the surface" text:
    ASSIGN/Q1="No scratches on the surface?"


    Then create a Text object and drag it on top of the grid cell in the GridControlObject. Then call the variable value as usual inside the Text object:
    =variable("Q1")
Reply
  • There are some limitations with displaying variables in the GridControlObject of a header of a report, discussed here.

    I don't know if that's where you're trying to put the "No scratches on the surface" text, but if so, one workaround might be to create a variable for the "No scratches on the surface" text:
    ASSIGN/Q1="No scratches on the surface?"


    Then create a Text object and drag it on top of the grid cell in the GridControlObject. Then call the variable value as usual inside the Text object:
    =variable("Q1")
Children
No Data