Vikraman
12/17/2024, 7:59 AMJakub Sterba
12/17/2024, 12:22 PMRadek Novacek
12/17/2024, 1:07 PMVikraman
12/18/2024, 2:57 PMVikraman
01/02/2025, 9:58 AMVikraman
01/06/2025, 12:48 PMJakub Sterba
01/07/2025, 9:14 AMif execution_context.execution_type == ExecutionType.LABEL_ELEMENTS:
if execution_context.attributes[0].attribute_identifier=="Units":
output = {
"Units": ["Celsius","Farenheit"],
}
return pyarrow.table(output)
This example returns static list but you can also obtain list of values from results obtained by external API call.
The filters for specific values which are not provided by FlexConnect can be also specified in MAQL WHERE condition expressions.
Will any of the proposed solutions work for you?
I will mark your request “to pass a manually typed string or a file input as a filter in the GoodData instead of selecting values from the list” as product feedback.Productboard
01/07/2025, 9:15 AM