Keep getting error when trying to filter == not working
Keep getting error when trying to filter == not working
please could you provide me with some guidance on this.
- Attachments
-
- 2022-07-05_7-38-43.png (70.42 KiB) Viewed 285 times
-
- Posts: 5257
- Joined: Tue Mar 20, 2018 5:34 am
Re: Keep getting error when trying to filter == not working
Hello,
Please check:
((...ToString() == (pVar1.ToString() + ...ToString())) == pVar2.ToString())
Thank you.
Please check:
((...ToString() == (pVar1.ToString() + ...ToString())) == pVar2.ToString())
Thank you.
Re: Keep getting error when trying to filter == not working
((PayRunContractorContractors.PAYRUNCONTRACTORCONTRACTORID.ToString() == (pVar1.ToString() + PayRunContractorContractors.CandidateID.ToString())) == pVar2.ToString())
Same Error
Same Error
Re: Keep getting error when trying to filter == not working
Hello.
Please, try to use the following expression:
Thank you.
Please, try to use the following expression:
Code: Select all
(PayRunContractorContractors.PAYRUNCONTRACTORCONTRACTORID.ToString() == (pVar1.ToString() + PayRunContractorContractors.CandidateID.ToString())).ToString() == pVar2.ToString()