Latest Activity

code

Excel text field is defined as double in base view

I am using Denodo 8.0. I have an Excel spreadsheet data source which contains multiple worksheets. I have created the data source for each worksheet. All of the data columns are defined as General or Text on the Excel spreadsheet. But when I create the...

code

Scheduler Job execution Details

SQL server procedures are loading data to a CSV file. Need to implement this solution using Denodo and send the status of the job execution as view output. We are able to export the view output in a CSV file using Denodo scheduler jobs. Is there...

code

Denodo SSO SAML with Azure AD failing when connection to VDP

I tried setting up Azure SAML SSO in denodo solution manager, I could login to Solution Manager using SSO.From Solution manager, while I tried to connect design studio in preprod /prod environment, It gives me below errors. I tried assigning different ...

code

Commercial Usage of Denodo

Can I use Denodo Express edition in any of my ongoing projects..? What all use cases we need to buy or take up standard edition..? Please elobrate the scope of usage for Denodo Express edition.

code

Denodo Express

Hi Team, Do we get model bridge in the express download?

code

View model parameters in web service call

I created a view with a parameter, "param_Value". In the where clause I'm filtering on key table value "in" param_Value. My web service vql looks like the following CREATE OR REPLACE VIEW "iv_ViewName1" FOLDER = '/folders/3 - integrated views' PRIMAR...

code

How to pass comma delimited value to webservice

My view query looks like Select val1, val2, val3 from iv_view where val1 in (input_Val). I am passing input_Val from query string in web service call. If I pass a single value I get a single result but if I pass multple values I don't get any results...

code

Data Movement & Cache

Hi , I have Denodo version 7.0.20181011. I have problems with the data movement and with the cache. once the cache is enabled on a DV everything runs correctly but the record is not in a validated state? how come? I also wanted to know if with the da...

code

Data Catalog - Part of Revision

Hello, Data Catalog is not part of revision? In my dev I have sync vdp to data catalog and I have created all the Tags, Description and Business Glossarys. While I doing the revision or code promotion, I dont see any option for data catalog. Is the...

code

sequence in denodo

HI, Can i create a sequence in VQL or can i used nextval and increment a sequence in VQL. Regards Salman Khan