Latest Activity

code

Pass data values from Power BI to Denodo Views

I have a Dashboard in Power Bi where user can display reports per Month depending the date they select, is it posible to pass this value from Power BI to Denodo Final View (This view should filter information based on the date provided by user in Power...

code

Ellipsis converting to a Special Character while downloading data from Denodo

We are using Denodo VDP 7.0. Our data has a … (Ellipsis) symbol in a row. The problem exists when the data is downloaded from Denodo or extracted from Denodo. Below is the problem. When we try to extract data from a Denodo view, the data gets chang...

code

Query for multiple views and record count

Hi team, I need the record count for multiple views. How can i do it in a single query?? Select count(1) From View1; Select count(1) From View2; Select count(1) From View3; Select count(1) From View4; Thanks!

code

How to manage Remote Tables in Denodo Test and Production environments

Beeing able to use Remote Tables is a very nice opportunity i many situations. When used with our Datawarehouse solution we whant to achieve a following situation - In the DenodoTest we use Production data when developing new solutions. When using Remo...

code

How to connect to Denodo from EBIS and MS Dynamics 365?

How do we connect to Denodo from EBIS and MS Dynamics 365? Also, is there a way to ingest data from Denodo to these 3rd party tools via doing somehting in Denodo?

code

Intermittent LoginFailure -1

Hoping you could assist with a LoginFailure -1 issue. our Tomcat service makes requests to Denodo: Application information: Tomcat REST service utilizing Spring MVC framework and Spring Boot Request format: A GET request is sent to Denodo REST se...

code

Role Based Access Control - Masking

I do have few questions around masking fields using Role -> Add restrictions -> Mask sensitive fields. Is there a way to manage governace in denodo as in to define these sensitive fields (PII/SPI) at view level and let those fields automatica...

code

Denodo ODBC connection with Kerberos becomes invalid after an attempt to execute bad SQL query

Hello Denodo Team, my customer uses my ad-hoc query tool to connect to Denodo Virtual Data Port using ODBC driver with Kerberos authentication. All works fine, until the user tries to execute SQL query with error in it. The query fails as expected and...

code

Denodo monitor reports

Hi Team, i have updated the server information and test connection is successful. but in "Reports Configuration" if i click on execute VQL script getting below error. i have created the denodo_monitor bd in VDP. Error produced during Server update (...

code

Executing Stored VQL via Scheduler

Hello, We want to develop a query builder for our business users where they can create queries interactively on denodo base views as per their requirements. They can also choose a frequency (e.g. Hourly, daily) for which query should execute automatica...