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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Expression(WTD)

Hi Community,

some one help me i need to be find out week to date calls,

my should be starts from sunday

sunday-till date how can i able to find out the cals(WTD)

thanks in advance

Rohith

3 Replies
tresesco
MVP
MVP

try something like:

Count(if(inWeekToDate( CallDate,vToday,-1), Calls))

er_mohit
Master II
Master II

try this

WTD:

Count({<Date={'>=$(=(Num(WeekStart(Max(Date)))))<=$(=(Num(Date)))'}>}Calls)

or you can simply create a field in script

load Date, Sales ,

Weekstart(Date) as WeekStartDate From xyz.

     Now use the WeekStartDate in your chart.

     Hope the idea is clear.

NavinReddy
Creator II
Creator II
Author

expression not working for me

Sunday -till date

thanks,

rohith