Hidden Datasets
Alex_de_Kock
Bloemfontein, Free State, South Africa
Good day All
Can someone please assist.
I have a report which brings up value from a Dataset called StockTable. But that dataset is not available in my report, seems to be hidden.
Can I unhide it somehow?
Reason for this is that I would like to sort that values according to a field, called"Department", using a group heading, and then add these value together to get the department totals for fields like:
- OnHand Quantity total
- Avrg Cost Total for the Department
All the fields mention is available, I just need access to that dataset so that I can create a query to sort by department in a Group Heading Structure.
Thank you and have a nice day!
Can someone please assist.
I have a report which brings up value from a Dataset called StockTable. But that dataset is not available in my report, seems to be hidden.
Can I unhide it somehow?
Reason for this is that I would like to sort that values according to a field, called"Department", using a group heading, and then add these value together to get the department totals for fields like:
- OnHand Quantity total
- Avrg Cost Total for the Department
All the fields mention is available, I just need access to that dataset so that I can create a query to sort by department in a Group Heading Structure.
Thank you and have a nice day!
Comments
Try to see if you can get
ShowMessage( StockTable.SQL.Text)
and if you can see the whole select statement then try to modify it in on-fly in any OnBeforePrint event or DialogPageOnShow event.
I mean:
Mick