0

I recently asked the following question and received a wonderful answer: SQL: Dynamic view with column names based on column values in source table

As someone not familiar at all with BusinessObjects, is there any way to perform this in InfoView? Would I have to edit the universe?

Sorry, I know this is a terrible question... but we're in a bind.

Community
  • 1
  • 1
THE JOATMON
  • 16,761
  • 34
  • 110
  • 200

2 Answers2

1

I don't think so. It would require the dynamic creation and destruction of objects.

David Aldridge
  • 50,423
  • 8
  • 67
  • 94
1

This might be possible via a derived table in the universe. A derived table allows you to write a custom query to provide objects in the universe.

shrub34
  • 786
  • 6
  • 17