Explorer
Since ‎09-30-2021
‎05-20-2023

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

s2r2th's Bio

Badges s2r2th Earned

View all badges

Recent Activity

I have a cascaded derived table with unions in it, something like:derived_table: { sql: select * from ${view_1.SQL_TABLE_NAME} union select * from ${view_2.SQL_TABLE_NAME} union select * from ${view_3.SQL_TABLE_NAME}}And one or more of the views are ...
An example:I have customer balances from the days they perform actions. For all the other other days, I would like to use the allow_fill for dates and get the latest value of the balance - since this does not change until they perform actions another...