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

Display line graph with two different tables Data

Hi,

i have two tables like below

LOAD delivered,

email_type_id as email_metric_type_id,

date(floor(date_created),'MM-DD-YYYY') as emaildatecreated;  //date is not continues

SQL SELECT delivered,

email_type_id,

date_created

FROM EMAILMETRICS;

LOAD

Date(Date#(Date,'YYYYMMDD'),'DD-MM-YYYY') as [Format Date],  //date is continues till date

    TotalHits;

SQL SELECT

    Date,

    TotalHits

FROM TrafficView;

Here in EMAILMETRICS, emaildatecreated is not continuos. [Format Date] is continuos. Now i need to put single  line graph for delivered and TotalHits for last 6 months. How could i do this?

5 Replies
sarvesh
Creator III
Creator III

Please refer below mentioned link:

Line chart, 2 dimensions, 2 expressions

berryandcherry6
Creator II
Creator II
Author

Date should not repeat, it has to be each date has to be  only once. But given link shows date repaeted in x-axis

sarvesh
Creator III
Creator III

If multiple data is available on single date then it will be reflect in your report.

berryandcherry6
Creator II
Creator II
Author

That is my question, on how to do it if i have multiple data for single date

sarvesh
Creator III
Creator III

Please read the properties of charts from below mention link, i think it will helpful for you.

https://help.qlik.com/en-US/sense/3.2/Subsystems/Hub/Content/Visualizations/LineChart/line-chart-pro...