Hi everyone, really need help with this one. I have a Business Object report that has over 1000 values in it that need grouped. Everytime I refresh this report, new values appear so I cant write an If Statement as I would constantly have to update it and also there are too many values to be included in the If Statement. So I decided to put these values into groups. The problem is, I am trying to automate this process through VB. I refresh the report, and simply export it to excel using excel as my automation tool. But I dont want to have to open the BO report everytime I refresh it and manually move the new values into their appropriate group. I would like my code to open the BO report, refresh it, open an excel file and take the first value from the BO Report, find that value on the excel spreadsheet which will give you its corresponding group and therefore move that value into the approriate Group. Can this be done?
Im not allowed to add a new column to the Oracle database itself which would be so much easier!!
I know I could just export the report to excel and then update the group coulmn from there but I just really want to know if you can automate the process of Grouping Values in Business Objects
thanks )
Im not allowed to add a new column to the Oracle database itself which would be so much easier!!
I know I could just export the report to excel and then update the group coulmn from there but I just really want to know if you can automate the process of Grouping Values in Business Objects
thanks )