Viewing 8 posts - 1 through 8 (of 8 total)
Thanks a lot for the reply. Its worked for me. Need your help in one more thing.
From your query, I am extracting min and max day_id's into temp table and...
January 12, 2016 at 5:34 am
Hi Serg,
Thanks for your quick reply.
November 24, 2015 at 10:48 pm
Yes. Here my intention is, if the max level of table is '5', need to balance the other records in the table to the level 5.
For example: If the...
November 24, 2015 at 1:57 am
Hi Serg,
I have other query to modify the existimg code. My data is looking like this
CREATE TABLE [t_dim_product_temp](
[product_cd] [varchar](100) NOT NULL PRIMARY KEY CLUSTERED,
[product_desc] [varchar](100) NOT NULL,
[product_parent_cd] [varchar](100) NOT NULL,
[product_id]...
November 24, 2015 at 12:29 am
Thanks a lot. Your solution helped me a lot.
November 19, 2015 at 3:08 am
Hi Serg,
I have gone through the link, which you have provided in order to use the dynamic levels instead of hardcoding values. I am very new to SQL Server technology,particularly...
November 18, 2015 at 11:11 pm
Hi Serg,
It worked for me. Thanks a lot for your quick response.
Instead of hardcoding the level values 1..8 can we do it dynamically based on the max level of the...
November 18, 2015 at 5:07 am
Hi Drew,
Thanks for your response. For your query on balancing of hierarchy-- we are displaying this data in a cube. For example max level hierarchy is 4. Few of the...
November 17, 2015 at 10:13 pm
Viewing 8 posts - 1 through 8 (of 8 total)