Forum Discussion
mianabid
5 years agoFrequent Visitor
Scroll Bar Custom Text
Hi Experts, i want to use scroll bar with custom data as belw:- "Top performers " + Dateset top 10 values can any one guide me? thanks
- 5 years ago
If this is a custom visual then you need to ask the visual developer.
lbendlin
5 years agoSuper User
Scrollbars are parts of visuals, they don't exist by themselves. Can you show an example picture of what you want to achieve?
mianabid
5 years agoFrequent Visitor
I am still searching.
I want to concat custom text with dataset values.( top n values)
Custom text = " Top performers "
Dataset top n values = " a 10, b b 7, c 4"
I need result in scroll bar:-
Top performers a 10 b 7 c 4