On the second question above, normally, when we are to set up levels in transformer, we pull each level from different column in the data source. For e.g., if our hierarchy has Country, State and City we would have separate columns for each in the database.
In my scenario, instead of having each in a separate column, i have the data available through 2 columns, one type and other its description.
I was thinking if its worth creating a report that would have a column for each level and use it in the transformer. And, if anyone has come across something like this?