Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
evgeniystuchalk
Partner - Creator II
Partner - Creator II

show all text values of one dimension in one cell

Hello! I have a table like this:

DayDeal ID
11
12
13
24
25

I need to conver it this, in a table widget:

DayDeal ID
11&2&3
24&5

Its important to make it via calculated dimension or measure. Not vial loading script.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Chart:

Dimension : Day

Expression : Concat([Deal ID], '&')

View solution in original post

8 Replies
tresesco
MVP
MVP

Chart:

Dimension : Day

Expression : Concat([Deal ID], '&')

Anonymous
Not applicable

hI

Try this

aggr(Concat([Deal ID]),Day)  in expression of PIVOT TABLE

ecolomer
Master II
Master II

Is this you need

P_232226.png

jayaseelan
Creator III
Creator III

Hi,

Please find the following QVF file. Its your output.

Thanks,

evgeniystuchalk
Partner - Creator II
Partner - Creator II
Author

Thaks, it works)

evgeniystuchalk
Partner - Creator II
Partner - Creator II
Author

Thaks, it also works)

evgeniystuchalk
Partner - Creator II
Partner - Creator II
Author

Thaks, but i'm using qlik sense.

evgeniystuchalk
Partner - Creator II
Partner - Creator II
Author

Thak you too)