Skip to content

Commit

Permalink
remove parameter from currency_conversion_new join to sales_orders ex…
Browse files Browse the repository at this point in the history
…plore
  • Loading branch information
thjennifer authored Oct 19, 2023
1 parent fa4fe69 commit 9ae0da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/cortex_sap_operational.model.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ explore: sales_orders {
and ${sales_orders.currency_waerk}=${currency_conversion_new.fcurr}
and ${sales_orders.creation_date_erdat_date} = ${currency_conversion_new.conv_date}
and ${currency_conversion_new.kurst} = "M"
and ${currency_conversion_new.tcurr} = {% parameter sales_orders.Currency_Required %};;
;;
}

join: billing {
Expand Down

0 comments on commit 9ae0da8

Please sign in to comment.