Forum Discussion
nenedeloscojone
3 years agoFrequent Visitor
Displaying item sizes
Good day, I need help in displaying the sizes for clothing items. Right now in my report, the size buckets headers show the field name. I am pulling the data from VIsual Foxpro databases. The...
v-yanjiang-msft
3 years agoCommunity Support
Hi nenedeloscojone ,
From what I got, if stk is the size you said, they show the same value in each row, but you want it's different in each row?
Not sure what's the formula of stk, but if they can't recognize the for example prepak column, you can just add a condition like this:
CALCULATE(SUM(),[prepak]=MAX([prepak]))
Hope it make sense, if not, please provide more information.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.