Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to calculate overdue from specific date. I want to show this result in Table Chart and pie chart
i have mentioned different overdue in attached excel.
I have no idea how to proceed the overdue calculations.
pls. find attached excel and let me know if you have any doubts.
pls. help this is urgent and i am waiting for long time.
Note : KEY column is "Received Date" for process the formula
definitely i will do that..
along with the below, i want to add one more condition. I am getting little bit confused where and how to add the below count condition
SQL column (NewDate) condtion
=count(DISTINCT if(Date(NewDate,'dd-mm-yyyy')+GetFieldSelections(SeqDays) - Today() > -5 and Date(NewDate,'dd-mm-yyyy')+GetFieldSelections(SeqDays) - Today() < 0,NewDate))
One more SQL column (EMP_SECTION)
EMP_SECTION= {'*B-*','*C-*'}
earlier i used below formula
=Count({<NewDate={">=$(vIssueCalDate)<=$(vToday)"},EMP_SECTION= {'*B-*','*C-*'}>} DISTINCT EMP_NUMBER)
now i want to add with the EMP_SECTION= {'*B-*','*C-*'} with
=count(DISTINCT if(Date(NewDate,'dd-mm-yyyy')+GetFieldSelections(SeqDays) - Today() > -5 and Date(NewDate,'dd-mm-yyyy')+GetFieldSelections(SeqDays) - Today() < 0,NewDate))
How to add...???
pls. give me combine count...???
If this is through, then my requirement is over...