File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 196
196
Class => $Class,
197
197
&>
198
198
</ fieldset >
199
+ < fieldset > < legend > < % loc('and then') %> </ legend >
200
+ < & Elements/SelectGroupBy,
201
+ Name => 'GroupBy',
202
+ Query => $query{Query},
203
+ Default => $query{'GroupBy'}[3] // q{},
204
+ ShowEmpty => 1,
205
+ Stacked => $query{'GroupBy'}[3] && ($query{'GroupBy'}[3] eq ($query{StackedGroupBy} // '')) ? 1 : 0,
206
+ StackedId => 'StackedGroupBy-4',
207
+ Class => $Class,
208
+ &>
209
+ </ fieldset >
210
+ < fieldset > < legend > < % loc('and then') %> </ legend >
211
+ < & Elements/SelectGroupBy,
212
+ Name => 'GroupBy',
213
+ Query => $query{Query},
214
+ Default => $query{'GroupBy'}[4] // q{},
215
+ ShowEmpty => 1,
216
+ Stacked => $query{'GroupBy'}[4] && ($query{'GroupBy'}[4] eq ($query{StackedGroupBy} // '')) ? 1 : 0,
217
+ StackedId => 'StackedGroupBy-5',
218
+ Class => $Class,
219
+ &>
220
+ </ fieldset >
199
221
</ &>
200
222
201
223
< &| /Widgets/TitleBox, title => loc("Calculate"), class => "chart-calculate" &>
You can’t perform that action at this time.
0 commit comments