You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Extract data where floar1 in $field1

Summary:


Content (please ensure you mask any confidential information):

This code (that has been extracted by the guide) allow to extract data where the field float1 = field1

lang = dict("string"); 

fields = dict("string");

x_var = "6.08";

put(fields, "$field1", x_var);

where = "float1 = $field1";

results = bmql("select $select from $from where $where", lang, fields);

If we want as a condition float1 in $field1 how is it possible to pass field1 as array?

Regards,

Silvia

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!