• RE: How to work only with selected PT Lines

    Hello. This is not directly possible in PT in a way similar to excludegroup in HW. Nevertheless, it can be done with a process like the one provided in the example below: communities.bentley.com/.../how-to-filter-lines-from-an-input-gdb-transit-dataset…
  • 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…