Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Line Chart expression help.

Hi,

I have some data on behalf of region wise No. of License allocation (Expiry Date and Deployed Date). With User Logins Details.

Suppose I select Division = 'Puma' and Name = 'Africa', You can see there is two row are available. If we see there is 2 License date.

1. 19/10/2014 - 401

2. 14/06/2015 - 511

   

Now What I want, For Afica No. of License -  a line for No. of License which show me Before 14/06/2015 = No. of license should display 401 and after or from same date 14/06/2015 (No. of License should be 511).

If It works as a reference line. It would be great.

For more ref. please find the attached qvw.

Thanks.

3 Replies
MK_QSL
MVP
MVP

You can use text in chart...from presentation tab

sona_sa
Creator II
Creator II
Author

Can you guide me by using same attached QVW application.

Thanks for reply.

santhoo_san
Partner - Creator II
Partner - Creator II

Hi Arun,

See if this helps. I have just added one more expression to your graph.

if(max(CDate)<=max(date(LicenseDeployDate)),

min(NoOfLicense),max(NoOfLicense))