SAP Knowledge Base Article - Public

3746094 - Tag names are displayed as "item" in Talent Intelligence Hub after 1H26 release

Symptom

After 1H26 release, tag names in the list of attributes are displayed as "X item" (1,2,3...etc) in Manage Talent Intelligence Hub. 

Environment

SAP SuccessFactors Talent Intelligence Hub

Reproducing the Issue

  1. Go to Manage Talent Intelligence Hub 
  2. Check list of attributes 
  3. See that some name tags are displayed as "X item" (1,2,3...etc) 

Cause

This is expected behavior. 

Resolution

Starting from 1H26, we can measure the actual column width at runtime which then estimates how many tag names fit using a fixed average character. This means the number of visible tags is not a fixed rule, but it depends on:

  • Column width at render time — window size, sidebar state, column resizing
  • Tag name lengths — shorter names = more fit; longer names = fewer fit
  • Total count of tags — space must be reserved for the "• x More" suffix

The 3 display states the customer sees:

State

When it happens

Tag1• Tag2

Both names fit within the column width

Tag1• x More (link)

Only first name fits after reserving space for the "More" link

2 Items (link)

No single tag name fits — falls back to count-only link

To present with an example: 

  • Tag name is "Problem Solving" 
    • The text is ~15 characters long → estimated width ≈ 15 × 6px = 90 px
    • The column's default width is 8rem = 128px
    • This tag name fits within the width of the column
  • Tag name is "SuccessFactors Competency Library" 
    • The text is ~33 characters long → estimated width ≈ 33 × 6px = 198px
    • The column's default width is 8rem = 128px
    • 198px > 128px, so tag name doesn't fit, the component renders "1 Item" as a clickable link that shows the full name in a popover on click.

NOTE: Tag names with max 21 characters will be displayed with full name. Tag names starting from 22 characters will have the above rules apply. 

Keywords

TIH, talent intelligence hub, item, tag, tag name, column, width, release, character, display , KBA , LOD-SF-TIH-JPB , Job Profile Builder , How To

Product

SAP SuccessFactors HCM Core 2605