Forum Discussion
Count with filter
- 3 years ago
I solved the problem by duplicating the "journey" column, then grouping it and finally adding a new calculated column in the original table using a Lookupvalue.
Hi Anonymous ,
the problem is not how I calculate my value, the problem is how I can extract the number of journeys back out of the column "no. of journeys". All I receive is the same values for both columns.
Example:
I only get the values if column "journey" and "journey back" are identical, e.g. "F - F" and "F - F" but if it is "F- H" to "H- F" I cannot extract the value.
How did you count the number of journeys back? I don't get how I can count them without receiving the exact same values as for the column "journey".
Thanks for your help.
I solved the problem by duplicating the "journey" column, then grouping it and finally adding a new calculated column in the original table using a Lookupvalue.