Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
subbareddykm
Creator II
Creator II

Desc Issue

HI All,

I have one issue in getting text for one column.

I have two tables , there is no link between those two and I will maintain desc based on Group and Name basis with diff field names.

But I want match those two fields and need respective desc for all.

I need to show every Group and name wise description .

Only required on front end only.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

MaxString(If(Name=[Name 2] and Group=[Group 2],[Desc 2]))

View solution in original post

1 Reply
tresesco
MVP
MVP

MaxString(If(Name=[Name 2] and Group=[Group 2],[Desc 2]))