Imagine I have 3 different types of users and each has, say, two different Access Levels
UserType1
- AccessLevelA
- AccessLevelB
UserType2
- AccessLevelC
- AccessLevelD
UserType3
- AccessLevelE
- AccessLevelF
I then create a Business Object Group called BOG_X that includes UserType1 and UserType2
When I create a Query for BOC_X that includes a column, AccessLevel and I add a Filter in the Top Row of the Grid and I include AccessLevel with Display Choices,
I would expect the Drop Down to display
AccessLevelA
AccessLevelB
AccessLevelC
AccessLevelD
But my Drop Down only shows some of the Access Levels and not all of them.
Can anyone advise why some of the Access Levels are not displayed in the Drop Down?
TIA