Discussion
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1690004000/415c7308-84a3-4714-92a2-0572af171d4f.jpg?itok=-xE-RlAf)
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.
![](/sites/default/files/collaboration/inline-images/ReferencingDataPageWithParameter.jpg)
First option the quotes are wrong, third option should be D_OrderHistory(CustomerID:.CustID) to be correct.
I hope somebody can clarify this.