Hi,
Using bo4 and we have an oracle tabel which is partitioned and wish to have a derived table which allows user to entre a year and week to just see an individual partition of table.
Using syntax below - but get specified partition does not exist when try validate.
select column1, column2...
from table partition ( PART_@Prompt('Enter YYYYWW','N',,mono,free) )
Anybody able to get this to work?
Thanks