Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,I am stuck with a set analysis syntax
Now there is a field Daynumber which has data as
1
2
3
.
.
30
and there is a field named ComFlag which has Y and N as values
Now i want to select the max day number which has flag set to Y,
I am trying to do something like
=Max( { <[ComFlag]='Y'>} Daynumber)
But I am getting an error,any idea why ?
thanks for your help
try this
=Max( { <[ComFlag]={'Y'}>} Daynumber)
Max( { <[ComFlag]={'Y'}>} Daynumber) .. curly braces is missing in your syntaxx
TY...
TY
If i have an expression (Actuals/Total)*Forecast and i want to use the date 10 days after the above date.any idea how to modify the equation??
cna you post the qvw file with some sample data i can be able to help you .
I got it i used =max({<Day_number_in_month={$(=Max( { <[Completed]={'Y'}>} Daynumber) + 10)}>}((Actuals/Total)*Forecast))
glad you got it.. Sorry tied up with work. i could not get to you...