Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 How to make this a Hierarchy syntax?

Author  Topic 

Karim174
Starting Member

5 Posts

Posted - 2013-04-19 : 05:09:08
I'm trying to make that I have in my What'up. A hierarchical syntax

I have the following;
I have the following tables that I use for making a hierarschische group syntax; ndevicegroupID, nparentgroupID and Sgroupname. These can be found in Device Group.

Main has the following ID
ndevicegroupID nParentGroupID sgroupname
192 0 Environment

The next customer RB has a nparentgroupID and ndevicegroupID;

ndevicegroupID nparentgroupID sgroupname
45 192 RB

And the customer also has locations;
sgroupname nparentgroupid ndevicegroupid
APL 45 565

and the location has sub locations;
sgroupname nparentgroupID ndevicegroupID
Ser1a 565 566

I hope I can give to clarify enough information.

Hope that this SQL syntax to make it right.

SQL GETTING A DREAM
   

- Advertisement -