former_member1364266
Explorer
Member since ‎2018 Jan 18

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

As everybody know Hybris has great tool to write scripts. It helps a lot during transform or migration data. Some times this scripts became too big for understanding. From this my question: Is there a way to debug BeanShell and Groovy scripts in Hybr...
Hi folks, It is possible to join included query? I wrote simplified example, I think idea is clear. Any advice would be appreciate. Thanks. SELECT x.code, y.code FROM ({{ SELECT {p.code} FROM Product AS p}}) AS x LEFT JOIN ({{SELECT {p1.code} FRO...