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: 
Not applicable

Modelisation Problem

Hello Evereybody :

I have a table :

CCNNameSNUnits
11100_FRA000094242Sophie Loft2610565611210312
11100_FRA000094242Sophie Loft26643425735212318

  In my Dashboard i want to have

Sophie    Loft ======================> CCN 1:  11100_FRA0000990158 ,   Units : 12

                                                                    CCN2 : 11100_FRA0000980114  , Units  18      

Maybe i Should use a concatenation    ???

1 Solution

Accepted Solutions
giakoum
Partner - Master II
Partner - Master II

or even better ...

View solution in original post

11 Replies
giakoum
Partner - Master II
Partner - Master II

really not very clear what you are trying to achieve. Please elaborate a little.

datanibbler
Champion
Champion


Hi Ben Bourahel,

yes - you need a concatenation (the &, upper_quotes for the text_elements) and a rowno() for that "CCN1 CCN2".

IAMDV
Master II
Master II

Hi Ben,

Yes, you can use string concatenation but which object are you using? Please can you give more details. I can't fully follow your question.

Thanks,

DV

Not applicable
Author

IOANNIS

In this example, I have the same person (sophie) , with two different CCN and SN numbers ,So  what I want to do is: for the same person display the total of such units( units of sophie)

giakoum
Partner - Master II
Partner - Master II

a straight table with Name as dimension and sum(units) as expression would do it. Or a pivot, so that you can also show details like CCN and SN.

Hope I understood well

IAMDV
Master II
Master II

Hi Ben,

Try creating a unique field which is concatenation of all the fields with Autonumber() or Hash key. Then use this field as the hidden dimension and show other required dimensions.

Thanks,

DV

Not applicable
Author

Hello , Deepak ,

See a little example in the attachement

Not applicable
Author

Do you have an example please  ,  I debuted on qlikview

giakoum
Partner - Master II
Partner - Master II

see attached