Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to add more conditions in the if statement. How to add this.
More conditions : [FROM]={'*MARIAM*'},[EMPSTATUS]={'Current'},[TO]="$(vPlaces)"
below is my expression
Exp1 ("Relieving Date"):
=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE), Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull(EMP_RELIEVE_DATE), EMP_RELIEVE_DATE))
Exp 2 : (1-10days)
If([Relieving Date]>=vCalDate10 And [Relieving Date]<=vToday, 1,0) // 'Relieving Date' is label to previous exp.
vToday ==> =date(Today(),'DD/MM/YYYY')
vCalcDate10 ==> =Date(vToday-10,'DD/MM/YYYY')
confirmed. pls. find the both attachment.
Count based on today-03JAN2021-1.qvw ==> One part is working perfect. the other part after enter user input count not coming.
I see that there is similar which @tresesco help. Let's see if he can continue..
i didn't get any response. can you pls. update...?
Any update pls...
Any update would be appreciated...
kindly look this issue. without solving this issue, i can't do anything in this requirement.
kindly help.