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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Riccardo
Partner - Creator III
Partner - Creator III

Aggregate for similar data entry and count it

Hello,

I have this data set "data - as is". My goal is to arrive to "data -to be". Please see the image below.

I have to use loop into script or I can use logic into field expression?

Can you help me, please?

Thanks

 

Riccardo_0-1616671168998.png

 

Riccardo Schillaci
BI Analyst
Datawarehouse & Business Intelligence
Labels (1)
1 Reply
GaryGiles
Specialist
Specialist

You can use a series of concat functions:

=concat(nome,'/')&' ('&concat(number,'/')&' '&concat(email,'/')&')'

You could also use the Only fuction for number and email if there is always one value associated, but concat will produce the same result for 1 value and accomodate multiple values.

Hope that helps.