Solved

Can the "Next Group" Checkbox in the Grid Component Apply Only to the Default State of Subjects, Excluding Variants, in Universal?

  • 15 May 2023
  • 7 replies
  • 70 views

Userlevel 2
Badge +3

Hi Guys,

In Universal, is it possible for the "next group" checkbox in the grid component to be applicable only to the default state of a subject, excluding its variants?

I would like to remove the "next group" checkbox from a variant without having to remove it from the default.

icon

Best answer by Mark Jongeling 15 May 2023, 15:29

View original

This topic has been closed for comments

7 replies

Userlevel 7
Badge +23

Hi Jaycee,

That should be possible by having your Variant use it's own Grid configuration. Using the "Setup grid” task in the Subjects > Variants screen, you can now change the aspects of the grid component specially for this variant.

Setup grid task

 

Variant grid component

 

Userlevel 2
Badge +3

Okay, so I did this but for some reason the group labels still show up.

 

Userlevel 7
Badge +23

Which platform version are you on? 2023.1? 

Userlevel 2
Badge +3

Yes 2023.1

 

 

Userlevel 7
Badge +23

Could you try the following query and replace the XXX with the correct values? GUI appl id should be the Application ID from runtime configuration: 

Runtime config - Application id
select *
from i_ui_col_grid i
where i.gui_appl_id = XXX
and i.tab_id = XXX
and i.tab_variant_id = XXX

The grid_next_grp_label_transl column is the interesting bit. 

Userlevel 2
Badge +3

I looked it up in my branch and grid_next_grp_label_transl column is empty 

Userlevel 7
Badge +23

Hi Jaycee, this looks like a bug we have to look in to. You can create a TCP ticket for the Software Factory. Could you also provide a Export model (Model.dat) of the branch you work with? This will help us reproducing the issue. In the ticket, please specify for which table and column the problem occurs.

Thanks in advance!