Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/dev/bi.cls
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ ClassMethod checkPivots(stopOnError As %Boolean = 0) As %Status
set countOfPivots = countOfPivots + 1
set:$$$ISERR(sc) countOfErrors = countOfErrors + 1
quit:$$$ISERR(sc)&&stopOnError
set key = $order(listOfPivots(key))
// sometimes errors is empty
if errors '= ""
{
set errorList = errorList _ $lb(errors, key)
}
}

set key = $order(listOfPivots(key))
}
// going through list with pivots and errors
w !, "Pivot errors and pivots summary"
Expand Down