SELECT() Images Failing

Hi guys,

Recently, the expression I use to pull images into VCs has stopped working.

ANY(SELECT(Onboarding[Image], ([Transporter ID] = [_THISROW].[Transporter ID])))

Doing some digging, I can find the following error info:

'0.835717592592593' not found
Probable cause: N/A
Path: Root
Result: FAILURE
Message: N/A
Details
Path: Root
Result: FAILURE
Message: N/A
Details

 

Is my expression at fault? Nothing has changed, it's just stopped pulling images, but I imagine pulling a list of one item and using ANY() is kind of a workaround, so willing to accept any suggestions there too.

0 2 71
2 REPLIES 2

Some more weirdness.

I have two applications. One uses [Onboading] and the other uses [Training] but takes data from [Onboarding] to populate the screen.

If I use the expression above in the first application with [Onboarding] as the main table, it works fine. In the [Training] app, it seems to pull that string of numbers, instead of the images. When I hold the apps side-by-side I cannot see a difference.

I'd guess you have different column types.

Top Labels in this Space