-
I dont know if there is a solution for this problem at all !!!!!
I have two commands in my DateEnvironment. In my report footer, I need to drag a result from command2. But the footer doesnt recognize command2. In the drop down menu of DataMember in the function properties, only command1 is shown. Atleast in DataReport properties, I have a choice to select between Command1 and Command2. Why doesnt command2 appear in function properties in report footer ? Why do reports create so much trouble. Or am I doing anything wrong ?
thanks
VC
-
Is Command2 a child of Command1??? If not then it can not be done....
You need to make sure it is a child of command1, then refresh the layout of the DataReport, this will cause the report to retrieve the structure from the DE, and add a section for each command...... ;)