Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI!
I don't understand ,why year in pivot table are '-' but year in table box are value ='2015'
what should I do?
Hi Penpayom,
Kindly check Year_ITEm has value against Year.
check show null value check box and check.
Thanks,
Arvind Patil
Hi Penpayom,
Please attached sample QVW if possible.This will help us to answer your query faster.
Regards,
Mayank
What is your expression in pivot table???
=sum(aggr(Fabric_QTY*(ITEM_CONTAIN/100),YARN_ITEM,Year))
How i can used [DISTING] in my this code
Why are you using AGGR()
try below
sum(Fabric_QTY*(ITEM_CONTAIN/100))
try this,
sum(aggr(Sum(Fabric_QTY*(ITEM_CONTAIN/100)),YARN_ITEM,Year))
Regards,