Expression in excel file

<<Start: FILTER(“WorkshopComplete”, ([JobID]=[_THISROW].[JobID]))>><<[Outstanding Parts]>>
<>

I have the above expression to pull [Outstanding Parts] from a dataset, it is a workflow and the expression is in a cell in an excel report.
When it runs it not only pulls the outstanding part but alot more data too:

08/10/2021 22/10/2021 14:54:59 FRT BUMPER WIND DEFL , 08/10/2021 22/10/2021 14:54:59 BONNET INSULATION , 08/10/2021 22/10/2021 14:55:00 L/W-HOUSE LINER BRKT , 08/10/2021 22/10/2021 14:58:08 L/F TYRE

I only want to pull:
FRT BUMPER WIND DEFL
BONNET INSULATION
L/W-HOUSE LINER BRKT
L/F TYRE

What am I doing wrong?

0 8 108
8 REPLIES 8

My guess is the filter formula is pulling in all the data from 4 columns and creating an array of data. I suggest redoing the formula as a select function where it ‘selects’ the Key column.

If this makes no sense, show screenshot of your table columns and the report template

Hi Simon
Heres the column from the table - “WorkshopComplete”:

With a formula of:

3X_2_3_23ab2ea483c7e1f4d4e0444bddca2718854db3d3.png

Here is the template:

Does this help?

Does the parent table have a virtual column called [Related WorkshopCompletes] ?

Hi Simon
The parent table is ‘WorkshopComplete’ and the virtual column [Outstanding Parts] uses this formula to pull data from a slice called ‘Recalls’:

3X_2_b_2b6cf7f34c6645f561095e68badef53dc08e9f13.png

In form view , UX, this works fine.

I really need this to work guys

I’ll DM you

Did you see my DM?

Problem solved and eternally greatful for the assistance. Thanks Simon, highly recommended.

Kind Regards

Top Labels in this Space