Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I created one report using Pivot Table. Where I am using three columns 1. Product, 2. Active Date and 3. Deactive Date.
I pivoted date field so if date field comes under Active Date and Deactive date then it will show 40 for particular product else null.
See below screenshot:
this report showing the correct data but as per requirement I dont want to include Activated and Deactivated column in report. Please see below screenshot:
If I remove These 2 fields then this report not showing data for Prod A because its having the 2 Active and Deactive date.
Please find the demo app in attachment.
Thanks.
Put your if expression within sum(), like: Sum(if(Date>=Activated and Date<= Deactivated,40,0))
Does it help?
Here you go
You removed Active and Deactive column from Chart1. Now its also not showing data for Prod A. I want to remvoe Active and Deactive column but also want to show the values for Prod A.
was that in your "Chart I am Looking"?
I don't see that.
Can you elaborate the requirement?
can you post data source like excel
Any suggestions please.
Put your if expression within sum(), like: Sum(if(Date>=Activated and Date<= Deactivated,40,0))
Does it help?