Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Does this mean that the filter from the Web Analytics when creating a report is not the whole value?
-
It seems that Fragmentation cannot evaluate it.
-
Still, it does not work.
-
I tried these for Partition 1: Cast(Substring("Ticket"."Ticket"."Ticket Number",4,2) AS INT ) between 0 and 9 Cast(Substring("Ticket"."Ticket"."Ticket Number" FROM 4 FOR 2) AS INT ) between 0 and 9 Cast(Substring("Ticket"."Ticket"."Ticket Number",4,2) AS INT ) >= 0 and Cast(Substring("Ticket"."Ticket"."Ticket Number",4,2)…