Exam Marketing-Cloud-Developer Topic 7 Question 103 Discussion
Actual exam question for Salesforce's Marketing-Cloud-Developer exam
Question #: 103
Topic #: 7
Question #: 103
Topic #: 7
A sendable data extension with a text field named 'Balance' contains the value S6.96 for a particular record. The following AMPscript statement is included in an email:
IF (Balance > 6.00) THEN
SET @Result = 'Balance is more than $6.00
ENDIF
Why would this IF statement yield unintended results?
IF (Balance > 6.00) THEN
SET @Result = 'Balance is more than $6.00
ENDIF
Why would this IF statement yield unintended results?
Suggested Answer: A Vote an answer
by Duke at Feb 05, 2024, 10:18 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).