New Member
Since ‎09-23-2020
‎05-20-2023

My Stats

  • 10 Posts
  • 3 Solutions
  • 1 Likes given
  • 3 Likes received

ibmapipoc's Bio

Badges Victor_Lorente Earned

View all badges

Recent Activity

Hi, anyone experiencing this bug?Full project to reproduce it:https://github.com/vlorente1/aragonite_templated_filter/tree/masterAfter click on “Validation” button to parse the LookML code, it ends with no message and sever log shows:LookerSDK::Inter...
If I have this LookML code:view: active_orders { derived_table: { sql: SELECT o.id FROM orders o WHERE order.date >= {% date_start report_date_filter %} AND order.date <= {% date_end report_date_filter %} ;; indexes: ["id"] } dimension: id { hidden: ...
Figure out this SQL code:SELECT client_id, fn_getComplexCalculation(client_id, DATE(“10-01-2020”), DATE(“10-01-2021”)) FROM clientsLets assume that clients table is enough big and the function enough complex to have enough reason to run this SQL code...