Jump to content

Question about TableProtocol


---
 Share

Recommended Posts

---

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.

StandardProtocol.JPG

TableProtocol.JPG

Link to comment
Share on other sites

  • 2 weeks later...

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)}

  • Like! 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...