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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

PROBLEM WITH EXPRESSION

HI,

i have a table-

catalog numbermonthorder noqty
a1110
a1210
b1310
c1410
c1510
c1610
d1710

i want to get a table

catalog number
month - 1
catalog numbersum(qty)orders nums
a201,2
b103
c304,5,6
d107

i have a problem with the orders nums column.

its working only if there is only one order...

can i do that somehow?

tnx...

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Here it is as you want

View solution in original post

8 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Here it is an example

adiarnon
Creator III
Creator III
Author

can i do that without changing my scheme?

alexandros17
Partner - Champion III
Partner - Champion III

Here it is as you want

MK_QSL
MVP
MVP

Create a straight table

Dimension = catalog number

Expression

SUM(qty)

&

Concat(Distinct [order no],', ')

alexandros17
Partner - Champion III
Partner - Champion III

Hi Adi,

even my answer was correct ...

adiarnon
Creator III
Creator III
Author

hi,

sorry, but i cant choose 2 correct answers.

next time it will be yours

MK_QSL
MVP
MVP

Hi Adi,

Honestly speaking,  whenever you get more than one correct answer,  try to select correct one which was posted first.

Also,  if more than one answers are correct,  you can select helpful also.

In this case Alessandro's answer should be selected as correct and my one as helpful.

Thanks for your understanding.

alexandros17
Partner - Champion III
Partner - Champion III

Thanks Manish ... it does not matter however and I' happy you received the points!