Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3273

Re: Using external Excel data source to insert calculated results inside a BI report

$
0
0

1/. Stage your Excel files in a database

2/. Build a data flow with the calculations, 2-column target table:

     map month to date_part(column1,'MM')

     map working_days to sum(decode(column2='working',1,0))

     group by date_part(column1,'MM')

3/. Buld a 2nd flow to join both inputs on the month column

     and map avg_budget to budget/working_days


Viewing all articles
Browse latest Browse all 3273

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>