This is related to OBIEE reports. Is it possible to use a text file as a paramter? Let me explain. In the report, there is an input parameter. For the input parameter, I want it to automatically open the csv file and read the account numbers. These account numbers would be selected as comma seperated values.
Example if there is a file called File.csv. It can have 10 account numbers. The file gets opened automatically and the 10 numbers are selected.
The query should read the numbers as
ACCOUNT NUMBER IN ('AccountNo',AccountNo2',AccountNo3')
Let me know if there is a feature like that in OBIEE. I tried all different parameters but could not find anything specific to this example.