Latest Activity

code

"SELECT top 1 1 as ID FROM <base view> uanble to excute

We have connected the SAP Database. when we are unable to excute the below query "SELECT top 1 1 as ID FROM &lt;base view&gt; " for the expected result ID 1 what changes can be done as the expected result thanks in Advance

Top N SAP DENODO SAP BW/4HANA denodo with tableau

code

Limit inside Denodo common table expression

Is it possible to limit VQL query output inside common table expressions? I mean something like that: "DenodoTable" hh order by "holding" desc **--LIMIT 10** ) select * from cte If uncomment "LIMIT 10', above VQL gives "Syntax error: Exception par...

Top N CTE Limit