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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to use interval match()

hi experts....

I have a bellow two tables

Capture2.JPGCapture1.JPG

I want to create bar chart showing count of live properties at each date

Any help would be much appreciated!  

14 Replies
HirisH_V7
Master
Master

Hi,

You can check that Network days function will exclude weekends i.e Saturday's and Sunday's and one more it is that inclusion '3/12/2015' .

HTH,

Hirish

HirisH
Anonymous
Not applicable
Author

Chanty4u
MVP
MVP

Kushal_Chawda

[Live Data]:

LOAD   [Property ID],

            [Live Start],

            [Live End],

           Date( [Live Start]+ iterno()-1 ) as Date

From Table

While [Live Start]+iterno()-1<= [Live End];

PROPERTIES:

LOAD ID as [Property ID]

          PROPERTIES

FROM Table;

Create the straight table

Dimension:

Date

Expression:

Count( distinct [Property ID])

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

According to your request:

Screenshot_1.jpg