Hi All,
I need help with a very simple thing but Bubble has other ideas. How do I get Bubble to treat every value as unique instead of removing same number value in a list?
What I am trying to do is a pie chart of assets.
so:
List 1: [10,10,15] (do a search for asset.Value)
List 2[a,b,c]
When I chart this Bubble only generate [10,15] and removed the other “10” value which is the value of “b”.
If Bubble can’t handle same values in a list then how can you chart anything correct?