Reporting all tested POINT IN one ESD

Discussion and questions regarding the RadiMation Report Generator.
Post Reply
Blaise
Posts: 4
Joined: 15 Jan 2025, 15:20

Reporting all tested POINT IN one ESD

Post by Blaise »

Hello,

I want to generate report for all tested POINT of one ESD test. I assume I don't know how many point were tested.

I want write a report that match all tests with any number of points tested. In the user manual, I've found the code for one point, for example: ||NEG AIR MEASURED POINT x||

But I wan't to automate the report, without adapt the template like ||NEG AIR MEASURED POINT 1||, ||NEG AIR MEASURED POINT 2||, ...

Are this point organized in TABLE? in LIST?

How can I adress them? A solution with SQL queries? I've tried ||SELECT ALL FROM POINTTABLE||, but it doe not work

Best regards

Blaise
Jeru
Posts: 53
Joined: 09 Jun 2020, 15:48

Re: Reporting all tested POINT IN one ESD

Post by Jeru »

I would like to inform you that all tested ESD data points can be exported using the ||TESTPOINT TABLE|| keyword.
On this table SQL queries can also be performed to further customize the output inserted into the reports if needed.

I hope to have informed you!

With kind regards,
Blaise
Posts: 4
Joined: 15 Jan 2025, 15:20

Re: Reporting all tested POINT IN one ESD

Post by Blaise »

Many thanks for the answer! Now it works fine

Best regards
Blaise
Posts: 4
Joined: 15 Jan 2025, 15:20

Re: Reporting all tested POINT IN one ESD

Post by Blaise »

Althoug I've noticed a strange behavior for the NOTE field in TESTPOINT TABLE:

The code

Code: Select all

||SELECT [TESTPOINT DESCRIPTION],[DISCHARGE LOCATION],[DISCHARGE TYPE],TESTLEVEL,NOTE,RESULT FROM TESTPOINT TABLE||
work fine for all NOTE, excepted one: The negative contact discharge NOTE will not be reported?

Best regards

Blaise
Post Reply