Igor Lukanin

Results 321 comments of Igor Lukanin

@iabhitech Did my advice help?

Hi @thePermission đź‘‹ As the error suggests, you'd have to use `sql` instead of `sql_table` in the `users` cube. Could you please try that?

@thePermission Did my advice help?

@itestyoy The data model that you've initially provided is not correct and it's not supposed to work. You can't have an aggregation in the `sql` property of a subquery dimension....

Sorry, I don't understand. How are `select a from b` and `select a from b where a > 1` related anything that we discussed above?

Hi @truedat101 đź‘‹ > Observe the failure to be able to complete the tutorial Could you please provide more details here? What exactly did not work for you?

Hi @Betilopeza, you can send the link to your branch with a reproduction and any relevant information to me via [email protected].

Hi @itestyoy đź‘‹ I see that you have `date_technical` as your time dimension in the pre-aggregation definition. However, it does not appear as a time dimension in the queries you...

OK, I see. Does this advice help? > I see that you have date_technical as your time dimension in the pre-aggregation definition. However, it does not appear as a time...

Hi @sjauld đź‘‹ Thanks for contributing this! I think I have a couple questions here. Let me present my thinking first: - By looking at Cube's MS SQL [driver code](https://github.com/cube-js/cube/blob/master/packages/cubejs-mssql-driver/driver/MSSqlDriver.js#L66-L78),...