Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
In the attached file I need to create a calculation which depends on the selection of Veri_Tipi field. In the Veri Tipi field there are 6 different values as below:
A
B
D
L
M
S
The Block Time values are avialable for A and S selections just until today.
For the other selections block time value is avialable for the whole year or month.
In "Detaylı Liste" chart you can see the dates with Block Time Value , Number of Vehicle and Utilization Hour for A selection of Veri_Tipi. The utilization hour expression takes the zero block time values into consideration so the result is 06:02 for March 2012. But it should not take consider zero values for the utilzation hour expression so the result should be 12:25 as you can see the attached excel file (The_Real_Result.xlsx).
The same problem is also valid for S selection on Veri_Tipi field.Hope to hear you soon.
Best Regards,
You can use the below expression to exclude the "0" Block Time from the calculation
SUM({<Ay=,Yil={'$(=GetFieldSelections(Yil))'},[Blok Time]={">0"}>} UDAYS_NUM_AIR)
Regards,
Sajeevan
You can use the below expression to exclude the "0" Block Time from the calculation
SUM({<Ay=,Yil={'$(=GetFieldSelections(Yil))'},[Blok Time]={">0"}>} UDAYS_NUM_AIR)
Regards,
Sajeevan