Forum Discussion
Number Overlap in Beyondsoft Calendar Visual
- 7 years ago
Hello Anonymous
The measure you are displaying, [Distinct Count of OrderID], does it combine together two amounts? I was messing the the visual making a measure to display [Sales Amount] and [Sales Last Year]
Overlap = [Sales Amount] & [Sales Last Year]
In the visual the numbers run over each other.
If I force a line break into the measure though I can get them to stack.
Overlap = [Sales Amount] & " " & [Sales Last Year]
The trick is to put and ALT + Enter in between the "" in the measure
Hello Anonymous
The measure you are displaying, [Distinct Count of OrderID], does it combine together two amounts? I was messing the the visual making a measure to display [Sales Amount] and [Sales Last Year]
Overlap = [Sales Amount] & [Sales Last Year]
In the visual the numbers run over each other.
If I force a line break into the measure though I can get them to stack.
Overlap = [Sales Amount] & " " & [Sales Last Year]
The trick is to put and ALT + Enter in between the "" in the measure
Hi jdbuchanan71
Thank you so much! My Received Date column had both the date and the time in it, so I guess in a way it was trying to combine two values. I split the column and the overlapping issue was solved.
Thank you so much :)