I have switched other universes from oracle to sql several times but usually the universes are small, one to 5 tables. I just migrated one with over 20 tables and I can't get it to work. I get incompatiblity errors and when I can get it to work somewhat, the detail lines show up as totals. I started from scratch on my WEBI. I included just one query and only added 2 fields from the query and they show up as incompatible. I think it has something to do with the way the SQL is coming out of the WEBI. IN the original Oracle version, I have one "Flow" in the design view but for some reason in SQL, it mutated into multiple flows. I think there are at least 8. The universe looks exactly like the original. Table structure is the same. THe only difference is it's a different source.
Message was edited by: Kim Sharp NOTE UPDATE: I forgot about contexts. I did that and fixed part of my errors. THere are two contexts in the universe, one for budget and one for actual. Actual looks fine but budget is still showing totals on the detail lines. Example. Actual MTD Budget MTD Market1 1030 5000 Market2 2010 5000 Market3 2300 5000 Total 5340 5000 Also, I have a filter for company. If I include it in the table it looks good. If I remove it it shows all companies even though I filter for just one. There is nothing in the data but all markets show up. Example, only Markets 1-4 should print according to my parameters. If I add Company this works. If company is not in there all markets print Actual Budget Market1 1030 5000 Market2 2010 5000 Market3 2300 5000 Market4 5340 5000 Market5 Market6 Market7 Co# Actual Budget 610 Market1 1030 5000 610 Market2 2010 5000 610 Market3 2300 5000 610 Market4 5340 5000