sample BI reports
Hi I tried to run the sample report that come with BI Publisher but they are not working. Where is it possible to download the repository as they dont seem to exist e.g. below
select "CUSTOMERS_VIEW"."CUSTOMER_ID" as "CUSTOMER_ID",
count( distinct "ORDERS_VIEW"."ORDER_ID") as "ORDERS_COUNT"
from "CUSTOMERS_VIEW" "CUSTOMERS_VIEW",
"ORDERS_VIEW" "ORDERS_VIEW"
where "CUSTOMERS_VIEW"."CUSTOMER_ID"="ORDERS_VIEW"."CUSTOMER_ID"
group by "CUSTOMERS_VIEW"."CUSTOMER_ID"