aashca9
Contributor

Level 2 Training - Sprint 3 - 2. AD02 Inventory Ordering Overwrites

  1. Override Amount – Write:IF 'INV01 Inventory Ordering'.Override Suggested Order Amount = TRUE AND 'INV01 Inventory Ordering'.Submit Purchase Order Request = TRUE THEN TRUE ELSE FALSE----Does this not look correct?
1 ACCEPTED SOLUTION

Accepted Solutions
aashca9
Contributor

I was able to figure it out. Thanks for your response@einas.ibrahim.

View solution in original post

8 REPLIES8
einas.ibrahim
Master Anaplanner/Community Boss

Hi again@aashca9

My answer here will be the same as my answer to your questionLevel 2 Training - Sprint 3 - INV01 Inventory Ordering Module

  1. What is the problem you are seeing?
  2. You don't need to use = TRUE / = FALSE after an IF if the format of the line item you are checking is Boolean
Einas
"Give a Man a Fish, and You Feed Him for a Day. Teach a Man To Fish, and You Feed Him for a Lifetime"
aashca9
Contributor

I was able to figure it out. Thanks for your response@einas.ibrahim.

ellenvanagel
Occasional Contributor

你能分享你如何能够算出formula? I have the same as you but without the =true =false parts and have gotten it wrong on the exam and cannot figure out the issue

einas.ibrahim
Master Anaplanner/Community Boss

@ellenvanagel

Even though we are not supposed to answer exam-related questions, I'll answer you here because I don't believe your issue is in the formula.

If you are using any Anaplan Chrome extension/add-on to help with formula completion and/or formatting, then the exam will not be able to read your formula.

If that's the case either remove the extension or take the exam in a different browser that doesn't have that extension.

Good Luck

Einas
"Give a Man a Fish, and You Feed Him for a Day. Teach a Man To Fish, and You Feed Him for a Lifetime"
ellenvanagel
Occasional Contributor

I am not familiar with any add on or extensions, but I realized I hadn't used the best practice formula and was able to change it.

Thank you for your response!

mackenzieleanor
Occasional Contributor

I removed the extension and am still having similar issues with this formula when it comes to the exam. All the other formulas asked previously have worked for me, wondering if I'm just off or if there is another way I should be expressing this? Really in a pickle.

IF 'INV01 Inventory Ordering'.Submit Purchase Order Request AND 'INV01 Inventory Ordering'.Override Suggested Order Amount THEN TRUE ELSE FALSE

RickyTillson
Occasional Contributor

When evaluating a boolean line item using an IF formula you don't need to specify THEN TRUE ELSE FALSE at the end of the formula

Firozkhan
New Contributor

I am also facing same issue, can you please help me as I am still not able to work it out