Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
penpayom
Contributor
Contributor

Pivot table not show year

HI!

I don't understand ,why year in pivot table are '-' but  year in  table box  are value ='2015'


what should I do?

ๆ.PNG



จับภาพ1.PNG

5 Replies
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Penpayom,

Kindly check Year_ITEm has value against Year.

check show null value check box and check.

Thanks,

Arvind Patil

mayankraoka
Specialist
Specialist

Hi Penpayom,

Please attached sample QVW if possible.This will help us to answer your query faster.

Regards,

Mayank

PrashantSangle

What is your expression in pivot table???

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
penpayom
Contributor
Contributor
Author

=sum(aggr(Fabric_QTY*(ITEM_CONTAIN/100),YARN_ITEM,Year))

How i can used [DISTING] in my this code

PrashantSangle

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,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂