Velixo recommends the use of Microsoft 365 for this feature. Experimentally, Excel 2010 or higher can be used. For prerequisites and an overview of Generic Inquiries, see Introduction to Generic Inquiries.

Description

The GILOOKUPF function returns the value of a column from a generic inquiry by specifying a Filter to be applied on the server and the Keys of the row to locate.

Syntax

This is the syntax for this function:

=GILOOKUPF(Connection, Name, Filter, Column, Key1, Key2, ...)

Parameters

This function has the following parameters:

Parameters

Required/Optional

Description

Connection

Required

The name of the connection, as specified in the Connection Manager

Name

Required

The name of the generic inquiry.

Filter

Required

The condition that determines which records should be selected from the inquiry.

The recommended way to construct this parameter is by using the GIFILTER helper function. Otherwise, see Advanced Filtering in GI Functions.

Column

Required

The name of the column from which the value will be returned.

Key1

Required

The values for every key column of the generic inquiry. Those will be used to locate the data row in the generic inquiry result set.

Key2

...

KeyN

Example

  =GILOOKUPF("Demo", "VelixoReportsPro-Accounts", C8, "Type", 219)

Description: Suppose the key for the "VelixoReportsPro-Accounts" generic inquiry is configured to be the AccountID field. The above formula will then:

  1. Fetch the result set from the generic inquiry, applying the filter specified in the cell C8.

  2. Retrieve a record where the value of the key column (AccountID) is 219.

  3. Return the value of the Type field for this record.

Result: Asset

Additional Notes

โš  For each Generic Inquiry that you use with the GILOOKUPF function, you will need to explicitly specify the inquiry's key columns in the Generic Inquiries Options section of the Velixo options window.

Applies to

GI Module

Did this answer your question?