[An...] Posted May 8 Share Posted May 8 Hello, I have a question about the TableProtocol and Text element. For example, I need to inspect a thread and want to mention it in the report using a Text element. In the comment field of the Text element, I enter whether the thread is OK or not OK. In a standard report, the column for the result simply remains blank. However, when I create a TableProtocol, it shows 0.00 in the measurement result field. Is there a way to remove the 0.00? See pictures below. Link to comment Share on other sites More sharing options...
[Do...] Posted 2 hours ago Share Posted 2 hours ago Hi, open the PiWeb Designer -> Edit -> Replace. Search for ${Qdb.MeasurementValueForFirstCharacteristic(1, -1)} and replace it with ${if Equal(Qdb.Characteristic(12010), "Textelement") then null else Qdb.MeasurementValueForFirstCharacteristic(1, -1)} 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in