Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jose_vargas
Creator
Creator

Line Chart, different and multiple expression

Hello again community.

I attach a file, where i have 4 line chart in different graphics, each one have a different expression whit different variables.

I wanto to show in a 1 graph the 4 lines.

Any idea? what should i do?

Thanks

1 Solution

Accepted Solutions
jayanttibhe
Creator III
Creator III

Check attached - You dont need the calculated Dim. Instead just use Set Analysis for the Expressions.  PFA. Second TAB for the new chart.

View solution in original post

5 Replies
jayanttibhe
Creator III
Creator III

Check attached - You dont need the calculated Dim. Instead just use Set Analysis for the Expressions.  PFA. Second TAB for the new chart.

sunny_talwar

One dimension with 4 expression?

Capture.PNG

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Convert your expressions to below.

1. (Avg({<GrupoUsuarioEnvio = {"ANALISTA N2"}>}TiempoEnvio))

2.(AVG({<GrupoUsuarioRespuesta={"PEX"}>}TiempoRetorno))

3. (AVG({<GrupoUsuarioRespuesta={"OPERACIONES"}>}TiempoRetorno))

4.(Avg({<GrupoUsuarioEnvio={"ANALISTA N2"}>}Aggr(FirstSortedValue(TiempoConclusion, -Fecha_Respuesta), GrupoUsuarioEnvio, NumProcesso)))

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jose_vargas
Creator
Creator
Author

Thanks to all users.  I was used a stament "IF", because of that my chart was empty.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Always Prefer Set analysis over If statement. That will help you in improving the performance of your application.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!