|
Archives of the TeradataForumMessage Posted: Thu, 14 Nov 2002 @ 22:28:58 GMT
You're right about GROUPID, it can be found in these Views: DBC.RESCPUUSAGEBYAMPVIEW To take advantage of GROUPID, you'll have to modify the Views to match your needs. NCR might already have made the change, so do a SHOW VIEW and take a look. The default GROUPID logic looks like: AS SEL THEDATE , THETIME ... , /* GROUPID */ CASE WHEN NODEID IN ('001-01', '001-03', '001-05') THEN 'A' WHEN NODEID IN ('001-02', '001-04', '001-06') THEN 'A' ELSE 'A' END The macros that take advantage of GROUPID are: RESAMPCPUBYGROUP Since the Macros use the above Views, you can use the Macros as they are.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||