Welcome to the Oracle Analytics Community

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

Koduri Rank 1 - Community Starter

Comments

  • Hi If you just looking at adding Sysdate to the file - you can use the variables to append to file name which is shown below. Vishal's blog: OBIEE Hack: Putting prompts in file names Where as if you want to send it to a shared folder with sysdate appended then we can use Java script to do it from Agent Actions Menu. Thank…
  • Have a filter report that brings back all the customer id's based on the products (Product Variable) selected. Now use the customer id as the filter (from the Filter Report) for the detail report and also the product variable and put it in not equal to condition on the same report. This should give you what you need. Thank…