Hi All,
I am facing an issue in design studio and I wonder if it is possible to do..
I am getting top 5 records based on product(Dimension) from bex. The issue what I am going through is I need to show the top 5 records in text instead of crosstab.
For ex:
Product sale_value
A 20,000
B 18,000
C 10,000
I created "top1_text", "top2_text", "top3_text" (text boxes) and by using data binding i bind the 1st cell(Product A) to the top1_text and 2nd cell(product B) to the top2_text, so on....
But if the values changes in datasource (for example after some days product C is at top1 and A is at top2) still the "top1_text" shows the value of product A but not C.
What I want to do is based on 1st row, 2nd row I want to bind the data for the text. if Product C goes in top1 I want to show the value of C in "top1_text" but it still show value of product A which is not at top1.
Is there any workaround to make it possible!! Please help
I am on Design studio 1.5
Regards,
Mathivanan