Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created Pivot table and converted it to CrossTable view with 2 dimensions and 2 measures
Dim1 : Week
Dime : WeekDay
Measure1: Day
Measure2 :
if(aggr(count(DISTINCT number), Week, WeekDay)>2,
aggr(count(DISTINCT number), Week, WeekDay)& ' Records'&chr(13)&chr(13)& concat(number & '- ' & short_description, chr(13)),
concat(number & '- ' & short_description, chr(13))
)
in this below pivot table missing some days as i marked one.
i would like to show the missing days
Can any one suggest the solution.
Thanks
Rajesh
Would you be able to share a sample to look at this?
Thanks for reply Sunny but have Confidential data.
Mocked up sample data or my be scrambling the data?
Preparing examples for Upload - Reduction and Data Scrambling
Hi,
for these days, is there any value ? (number and description)
I don't think so
regards
Hi Sunny,
Please find the attached qvw.
Hi Olivier
days are in numbers like 1 to 30
yes but for these days, does exist value for other measure ?
But it seems to be working fine in the sample attached, right?
May be try with this expression for Day
Only({1} Day)
Yes some days don't have measures