Skip to content

Commit

Permalink
Increase "Group By" rows to 5 to group by 2 more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Dec 20, 2023
1 parent 820d5b3 commit 9ea64a6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions share/html/Search/Chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,28 @@
Class => $Class,
&>
</fieldset>
<fieldset><legend><% loc('and then') %></legend>
<& Elements/SelectGroupBy,
Name => 'GroupBy',
Query => $query{Query},
Default => $query{'GroupBy'}[3] // q{},
ShowEmpty => 1,
Stacked => $query{'GroupBy'}[3] && ($query{'GroupBy'}[3] eq ($query{StackedGroupBy} // '')) ? 1 : 0,
StackedId => 'StackedGroupBy-4',
Class => $Class,
&>
</fieldset>
<fieldset><legend><% loc('and then') %></legend>
<& Elements/SelectGroupBy,
Name => 'GroupBy',
Query => $query{Query},
Default => $query{'GroupBy'}[4] // q{},
ShowEmpty => 1,
Stacked => $query{'GroupBy'}[4] && ($query{'GroupBy'}[4] eq ($query{StackedGroupBy} // '')) ? 1 : 0,
StackedId => 'StackedGroupBy-5',
Class => $Class,
&>
</fieldset>
</&>

<&| /Widgets/TitleBox, title => loc("Calculate"), class => "chart-calculate" &>
Expand Down

0 comments on commit 9ea64a6

Please sign in to comment.