This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
Audit Rule - user must enter a value between eg 1000 to 9999 for a certainfield
Hi everyone
Looking for assistance - has anyone been able to use a function like between in the audit rules ( I know that between is not available)
I am looking for a way that if a user enters a value in a certain field
Then they must enter a value between 2 numbers for another field
Eg Field A value entered is CC
then field B must contain a number between 1000 and 9999
Any assistance greatly appreciated
Solved! Go to Solution.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi @TrishW ,
Can you please close this post as well since you have already accepted solution given in your below post in Admin Group.
Solved: Re: Audit Rule - user must enter a value between e... - SAP Concur Community
Regards,
Pooja
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi @TrishW ,
You can try writing conditions as below:
If field A = CC (if field A is list then select CC value from list, if it is text them type proper exact text value)
And
(
Field B is less than 1000
Or
Field B is greater than 9999
)
Error - Field B value must be between 1000 and 9999
It should work. Let me know the results.
If this answers your query, then please mark solution as accepted.
Regards,
Pooja
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi @TrishW ,
Can you please close this post as well since you have already accepted solution given in your below post in Admin Group.
Solved: Re: Audit Rule - user must enter a value between e... - SAP Concur Community
Regards,
Pooja
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
Thankyou