Skip to content

Commit 7acd5c8

Browse files
author
minjk-bl
committed
Groupby - if allocation is available, display allocated variable
1 parent 8645c2a commit 7acd5c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common/vpGroupby.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,11 @@ define([
633633
// display columns
634634
code.appendFormat('{0}.{1}', colStr, methodStr);
635635

636+
if (allocateTo && allocateTo != '') {
637+
code.appendLine();
638+
code.append(allocateTo);
639+
}
640+
636641
return code.toString();
637642
}
638643

0 commit comments

Comments
 (0)