Skip to content
Advertisement

How to display Unit as Second Display Item for same display Order?

I work on SQL server 2012 I face Issue : I can’t arrange Features contain Unit as second Item display for same Display Order .

for feature family as example

I need it to be as below

Feature and Unit and max value get same DisplayOrder for every Feature but my issue

How to get Unit as Second Display for same Display Order .

Meaning change will be Order of items separated by comma to display feature Unit as second display for same Display Order.

Expected Result arrange feature Unit as second display to be as:

AND I don’t Need to Display it as below :

Advertisement

Answer

You need an additional column to control the display order if DisplayOrder alone is not unique. That will allow you to specify both columns in the ORDER BY clause for the desired order:

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement