Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Group-object

$
0
0
This should be simple, but I'm having trouble with suming values across groups:

[code language="sql"]$a = @()
$b = New-Object pscustomobject -property @{TypeName = "Type A"; TypeId = "12"; Calls = 43}<

Viewing all articles
Browse latest Browse all 467

Trending Articles