Hi
Experts,
i havea question concerning crosstabs in Design Studio. I remember that it was possible in SAP WAD 3.5/7.0 to restrict the output-content of a table/query.
Therefor it was possible to define
-"DATA_ROW_FROM"
(first row of the underlying query to be displayed)
-"DATA_ROW_TO"
(last row of the underlying query to be displayed)
-"DATA_COLUMN_FROM"
(first column of the underlying query to be displayed)
-"DATA_COLUMN_TO"
(last column of the underlying query to be displayed)
I wonder if there is a similar functionality in SAP Design Studio to realize this scenario.
To show the requirement more clear let's assume the following Query:
Country | Customer | Profit |
DE | Schulz | 1000 |
DE | Meier | 2000 |
For any reason i just want to show the fields with the content "Schulz" and "1000" in my crosstab. I don't want to the the header line or anything else of the query. -> Schulz | 1000
Is there any way to realize this?
Thank you in advance.
Kind regards,
Andreas