Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi experts....
I have a bellow two tables
I want to create bar chart showing count of live properties at each date
Any help would be much appreciated!
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
chk dis too
[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])
According to your request: