Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Monwabisa Rank 2 - Community Beginner

Comments

  • Hi @Pedro F I don't know whether there is a bug or what... I tried it again, this time it didn't work. I'm using Oracle Business Intelligence 11.1.1.7.150120 I'm back to square one. Please assist. Regards
  • Hi Pedro It worked! the difference was that I used a CASE (Switch) instead of CASE(IF). CASE WHEN '@{varCategoryAttribute}{Supervisor Department}' = 'Supervisor Department' THEN "Supervisor"."Supervisor Department" WHEN '@{varCategoryAttribute}' = 'Manager' THEN "Supervisor"."Manager Position" WHEN…
  • Hi Pedro Thank you for the response. The presentation variable is able to be picked up on the detailed report. I just tested that by static text at the top of the detailed report(check the image). Even though I add the Supervisor Department to be is prompted it doesn't work.