datawrangler
Technical User
Creating a new model from our 'new' data warehouse. Here's the issue. In order to build the dimensions, I've been told that I have to add the key id of each table in the data souce as the last level and mark that key id unique. ok, fair enough, although a pain in the neck. the invoice date information is all in one table, with a key id "s_calendar". this key id is not a date, just a key. when i create my main time dimension, the transformer date wizard is not kicking in, therefore i'm getting the years/qtrs/wks/days... but none of the YTD/QTD/WTD grouped info. I do not want to have to do this manually as I have a whole truckload of manual date ranges i am already going to have to design as well. any tricks out there to help with using key id's for dates? fyi.. i'm using Transformer 7.2. the data is on our sql server, so the iqds are being fed to transformer with sql statements (the developer did all of this). the whole thing seems really testy and very error-prone. any advice for building models the unique keys would be greatly appreciated.