Discussion
Athora
Athora
NL
Athora
Posted: Feb 4, 2015
Last activity: Feb 4, 2015
Last activity: 4 Feb 2015 11:37 EST
Closed
Source your data with data pages
Question about the following question:
Which of the following is a valid syntax for referencing a D_OrderHistory data page with one parameter called CustomerID? (Choose One)
D_OrderHistory[“CustomerID:C-101”]
D_OrderHistory(CustomerID:param.custID)
D_OrderHistory(.CustID)
D_OrderHistory[“C-101”]
The last option is correct, but why is the second option not correct? According to the video this should be ok.
First option the quotes are wrong, third option should be D_OrderHistory(CustomerID:.CustID) to be correct.
I hope somebody can clarify this.