ASD Report Function: QueryTableDataFromOccurrence

A method to query a generative table to extract the data associated to an object at a specific column.

This lets the annotations to extract a table computed data such as position number (for example, in ballooning).

This page discusses:

Signature

ASDGenerativeTable->QueryTableDataUsingOccurrence(iPrdOcc: ProductOccurrence, iColumn: Integer) : String

Arguments

Name Input/Output Required? Type Comment
iPrdOcc In ProductOccurrence Indicates the object from which to extract data from table.
iColumn In Integer Indicates the column number to use.

Return type

String

The extracted data associated to iPrdOcc at iColumn.