Hi Mustafa, thanks for your reply. To clarify The business want to affect the display order in which the data is shown via a field (Display Order) in the SAP ECC table. My dashboard is a series of text boxes that populates the data from a BW query that reads the ECC table data and is sorted based upon the Display order.
BW Query =
Dashboard Layout =
The measures in Text4 to Text6 are controlled easily with the following code in the cell binding.
Text 4 =
{"ZANDSH":"1","(MEASURES_DIMENSION)":"CUYLK","ZANDDS":"0001"}
Text 5 =
{"ZANDSH":"1","(MEASURES_DIMENSION)":"CUYLK","ZANDDS":"0003"}
Text6 =
{"ZANDSH":"2","(MEASURES_DIMENSION)":"CUYLK","ZANDDS":"0003"}
Above each of the text boxes containing the measures another text Box needs to show the BW characteristic "Description"
the output needs to look something like this:
Currently it looks like this:



