gennaroalpha7
Technical User
Hello -
I have a report that I would like to generate for the last two weeks of (tickets) data. Here is the code that I have so far...
Would it be appropriate to use this new code to generate the last two weeks of data?
instead of:
And, when I plug in the new code it says 'A boolean is required here'. My new code is like this:
I am learning, slowly but surely. Thanks for your help.
Alphaseven
I have a report that I would like to generate for the last two weeks of (tickets) data. Here is the code that I have so far...
Code:
Date ({CallLog.RecvdDate})>= Lastfullmonth and
not ({CallLog.CallType} in ["ATM Night Bag", "ATM Debit Card", "ATM", "Dispenser", "Password-Laptop", "Password-Lan.", "Password-Lan", "Password-App", "Password.....", "Password....", "Password.", "Password -FC8", "Password"])
Would it be appropriate to use this new code to generate the last two weeks of data?
Code:
DateAdd("d",-14,CurrentDate)
instead of:
Code:
Date ({CallLog.RecvdDate})>= Lastfullmonth
And, when I plug in the new code it says 'A boolean is required here'. My new code is like this:
Code:
DateAdd("d",-14,CurrentDate) and
not ({CallLog.CallType} in ["ATM Night Bag", "ATM Debit Card", "ATM", "Dispenser", "Password-Laptop", "Password-Lan.", "Password-Lan", "Password-App", "Password.....", "Password....", "Password.", "Password -FC8", "Password"])
I am learning, slowly but surely. Thanks for your help.
Alphaseven