ExamGecko
Question list
Search
Search

Question 74 - Certified Data Cloud Accredited Professional discussion

Report
Export

What is the correct formula to display the value of the raw data column of 'RetailPrice' plus an additional 5 percent?

A.
sourceField['RetailPrice1*l .05
Answers
A.
sourceField['RetailPrice1*l .05
B.
SELECT(['RetailPrice']*1.05)
Answers
B.
SELECT(['RetailPrice']*1.05)
C.
sourceField['retailprice']*1.05
Answers
C.
sourceField['retailprice']*1.05
D.
SELECT(['retailprice']*1.05)
Answers
D.
SELECT(['retailprice']*1.05)
Suggested answer: C

Explanation:

This is the correct formula to display the value of the raw data column of ''RetailPrice'' plus an additional 5 percent. The formula uses the sourceField function to access the raw data column, and then multiplies it by 1.05 to add 5 percent. The formula is case-sensitive, so the column name must match exactly with the raw data column name.

Reference: [Formula Editor], [sourceField Function]

asked 23/09/2024
Wissem GHARBI
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first