Add weekend to a time_period parameter

Hey Guys,

I have a time_period parameter that has values for Day, Week, Month, Fiscal Month. Can anyone suggest how I would go about adding a Weekend (Fri-Sun) value to this?

parameter: time_period {
type: unquoted
default_value: "Week"
allowed_value: { value: "Week" }
allowed_value: { value: "Day" }
allowed_value: { value: "Month" }
allowed_value: { value: "Fiscal_Month"
label: "Fiscal Month" }
}

0 0 66
0 REPLIES 0
Top Labels in this Space
Top Solution Authors