Hi,
I have a couple of analyses, one base analysis and the other one is for drill down. In the base analysis, when I try to drill down based on a column in a pivot table, the filter does not work as expected. The column is 'Month' which is one of the Selected columns in both the analyses. I have edited the formula for the Month column to be - CONCAT(CONCAT(MONTHNAME("Bug Header"."Filed Date"),'-'),CAST(YEAR("Bug Header"."Filed Date") AS CHAR)) in both analyses.
Now, when I click on a cell in the column 'Aug-2017' for drill down, I get no result for the filter - CONCAT( CONCAT( MONTHNAME(Filed Date), '-'), CAST ( EXTRACT( YEAR FROM Filed Date) AS CHARACTER ( 30 ))) is equal to / is in Aug-2017.
Any thoughts on what am I doing wrong here?
Thanks.