Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vbravomo
Contributor III
Contributor III

Two tables with two dates

Hi everyone,

I need you a lot.

I have two tables: the first one has the date, users, and more; the second one has the date, number of calls and more. I need to create a graphic ordering by date, with the count(USERS) and the number of calls.

I've tried with outer join and ApplyMap, but it doesn't work or maybe I didn't do it well.

Thank you so much

2 Replies
PrashantSangle

concat both the table keep alise both date as same name..

like

Load date1 as date,

         Users,

      ...

from table1

concatenate

Load date2 as date,

         number of calls,

      ...

from table2

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
vbravomo
Contributor III
Contributor III
Author

I've tried this:

Load Llam_atendidas_SS, FECHA_SS AS fecha FROM Llamadas;

concatenate

Load USER,[Started On] as fecha FROM [ACTIVIDAD POR MES];

but it doesn't work: "No qualified path for file"