Latest Activity
Hi team, Does denodo has the function to suport dynamic paramters input in where condition, e.g. where (case when parameter_flag = 'A' then date_column = baseview.date_col_a when parameter_flag = 'B' then date_column = baseview.date_col_b else '190001...
I've been working with a few Denodo views and am looking to bring the final view into Power BI. However, I need to somehow define the required parameters as I'm connecting the view or else Power BI will return an error. I would like to connect these de...
version - Denodo version 8 enterprise plus I am trying to use "view parameters" in a logic and my requirement is to pass multiple default values (i.e. in clause in SQL). I am able to save the view with configuration on view parameter as cpt: text '''2...
Hi , I want one input parameter field to be provided at the run time of a base view . I'm using this query in create from base view option in data source tab. select * from edl_cs_space_plan_analysis.v_lab_building_floor_space_org_alllocation where spa...
How do you determine the mandatory parameters/search methods given a view using VQL?
I am using a REST Webservice as a Datasource. To get the data, the Webservice GET function takes three Parameters "accountingClientId", "customerId" and "invoiceId". The first two are mandatory, the third is optional. I managed to do this by using ^Exe...
I have created a base view from query which contains parameters that I need to pass in order to get the result set. Base view name is bv_root_table. Parameter for the base view that is required that we pass is AccountID field. I am trying to execute a...
Invalid query in create base view from query View without search methods baseview created from query Parameter Subquery
I created a view with a parameter. If there is specific value typed into that parameter the view processes just fine.However, I need the parameter field to be blank, so when you open the view the end user has the option to type in the parameter they ar...
we have a table in denodo with a time dimension, can we restrict the number of results using a parameter in PowerBI?
Hi there, I have made one comparision parameter in a join view, like input '=' or 'in' localdate(2201/02/03) but if I want to add between range here, then what changes I have to do and how it works. I am trying to chnage it but it won't work.