Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I need to display count of emp greater than IN time entry. vSignin as IN time variable. Any one can help me to this set expression syntax.
Following is the expression I'm using where it is not showing any error in expression view but no data returned.
=count({<tran_date={'$(=maxstring(tran_date))'},SignIn={">$(vSignin)"}>}distinct EmpName)
I guess you are trying to count the employees with RED highlighted condition satisfied, if so, try:
=Count({<EmpName={"=Min({<tran_date = {$(=Num(Max(tran_date)))}>} SignIn)>$(vSignin)"},tran_date={'$(=maxstring(tran_date))'}>}DISTINCT EmpName)
Define that Variable please?
A sample qvw with expected output stated would help us help you.
Dear Anil,
Access IN time assigned to that variable
Image please?
Here I'm sharing a sample Data With you people
PFA
In the above sample i want to display the count of emp greater than the IN time value set by the user as on calendar date
=count({<tran_date={'$(=maxstring(tran_date))'},SignIn={">$(vSignin)"}>}distinct EmpName)
Dear Tresesco ... shared a Sample file so coluld you check once
Dear Anil .... shared a Sample file so coluld you check once
Try like:
=Count({<SignIn={">$(=time(vSignin,'hh:mm:ss'))"}>}DISTINCT EmpName)