You can import multiple images and optionally additional information (e.g. magnification of microscope images) in one parameter, requiring only a new evaluation and two parameters.
To ensure that the evaluation can correctly assign images, there are two options:
Use Sample Number in File Name
SampleNumber;ParameterShort;Column.jpg
Assign Unique Image ID
Example code for the evaluation (SQL)
select samples.name as 'Sample',
pt.short as 'Parameter',
CONCAT('upload_id_for_img_to_show==', MAX(uploads.id)) as 'Image',
MAX(uploads.id) As 'Image-ID'
FROM samples
JOIN parameters on parameters.sample_id = samples.id
JOIN parametertypes as pt on parameters.parametertype_id = pt.id and pt.name LIKE '%Recording%'
JOIN imports on imports.importinterface_id = "Customer-ID"
and INSTR(file_name, "Entry in Column X")
JOIN uploads on uploads.id = imports.upload_id
WHERE samples.id = _VAR0_
group by pt.id
Upload Image:
Upload the image as a file via the File Import Interface.
Optional: Import Measurement Values:
Import text-based information (e.g., microscope data) along with the Image ID and sample number.
Execute Evaluation:
uploads.id
into the parameter.Info: Enterprise customers can schedule import interfaces, so manual execution is not required.
Last change: 25.08.2025
Allgemeines
Einführungsphase
Auswertungen
Mitarbeiter
Aufträge
Proben
Probenvorlage
Berichte
Kunden
Berichtstabellen Editor
Kundenzone (optional)
Anlagen
Angebote
Rechnungen
Parameter
Rechnen mit Parametern
Schnittstellen
Webservice
Transformationscode
Prüfpläne / Grenzwerte / Spezifikationen
Dokumentenlenkung
Fragen und Antworten
Prüfmittel
Material
Mitarbeiterschulungen
8D-Report
Sonstiges
PDF-Vorlagen
Lieferantenbewertung
Dateiverwaltung
Prozesse