I use the time lines in reporting and forecasting. Three statements are generated, and income statement, balance sheet, and cash flow. I import data in to cubes from oracle. The item dimension has MTD...
View Question
milo | Answers
Oracle organizes data using schemas and SQL uses databases. Data Nav can only uses join fields within the same schema/database (I Think). Crossing to another schema is my issue. Data link can do it...
View QuestionIt would be a nice feature to have the ability to input a value (ie pct growth or Scenario Selection) and fave the model update.
View QuestionSELECT donation_amount INTO [#DONATIONS_TEMP] FROM [Donations_&_Others] AS [Donations_&_Others] where condition1 select * from [#DONATIONS_TEMP] where condition2 the second select would run against...
View QuestionThanks that works, I really would like to see some documentation of scripting so I don't always have to post.
View Questionthe concept is if I have 500 acceptable entries and I allow a user to enter items for a subset of those items thereby reducing the size of the model can I limit additions to only the acceptable entries....
View Question