How to compute INTRAZONAL TIME SKIM values in PGM=PT?

I use in PGM MATRIX or HIGHWAY this expression very well:
MW[3][INTRAZONAL] = LOWEST(3, 3, 1,9999999)/max(1,LOWCNT) * 0.5

I want to use LOWEST() function also it in PGM PUBLIC TRANSPORT, but it looks to be not supported.
Possible is using ROWMIN, but there get also VAL<=0 as result :
 MW[1][I]=ROWMIN(1)*0.5

Any idea how to use LOWEST in PGM=PT?

Parents Reply Children
No Data