Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Which type of SCd generally we can use in qlikview.
Type2 or type3
I would suggest SCD type 2 but you can code what you want..
Hi to handle SCD in UI without using interval match function
Can you please give me some example.
You should handle SCD in the load script and create a classical star schema data model. Create surrogate keys for each historical dimension record to link the right facts.
Can you please share with me example.
thanks
See Slowly Changing Dimensions. Examples can be found under IntervalMatch and Slowly Changing Dimensions
HIC
It depends on your use case. I suggest to read Ralph Kimball's "The Data Warehouse Toolkit". It contains a lot of examples related to common use cases.