I’ve been searching but not found anything about it.
I have two questions.
How can I get a numbered label on the x axis in the chart?
Example:
1,2,3,4….
And how can I have a numbering using multiple textbox?
Edited:
I have a report that has several textbox’s.
Example:
1.General
1.1-Type1
1.2-Type2
1.3-Type3
All titles are in different textbox and so the numbering always comes back to the first value.
For graphics I wanted to put a number or a sequence of letters.
How can I get a numbered label on the x axis in the chart?
Example:
1,2,3,4….
Answer:
Use ROW_NUMBER() in Query to numbered filed then use that fiels to label on the x axis in the chart..