WTD calculation for shipment count — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

WTD calculation for shipment count

Received Response
1
Views
1
Comments
User_CEU9I
User_CEU9I Rank 5 - Community Champion

Hi all,

I have a requirement that i have to display (shipment count-measure) WTD in a particular column if month is current month.

For eg: today is 13th sept 2016.

Week start date is sunday i.e 11th sept 2016.

month is september (i have to display WTD column for current month only)

For week start date:

TIMESTAMPADD(SQL_TSI_DAY,- DAYOFWEEK(MIN("- Shipment Period Dimensions"."Date")) + 1, MIN("- Shipment Period Dimensions"."Date"))

current date: CURRENT_DATE.

How to write a formula which calculates the shipment count for WTD?

====================================

I tried with to_date function but time dimension is not used for time series function because "TIME" is not checked in rpd. This is cloud instance i have no access to RPD to change.

Regards,

Ram.

Answers

  • Thomas Dodds
    Thomas Dodds Rank 8 - Analytics Strategist

    Get the RPD changed ... current setup isn't using the basic functionality of the BI server for which you've paid a lot of money for.