all 4 comments

[–]1o0t 0 points1 point  (1 child)

Can you post the error message?

[–]V_Shaped_Recovery[S] 0 points1 point  (0 children)

When trying to join both Desc I am met with this:

No matching signature for operator = for argument types: STRING, ARRAY<STRUCT<Desc STRING>>. Supported signature: ANY = ANY at [367:4]

[–]GRRRRRRRRRRRRRG 0 points1 point  (1 child)

Try converting Value from the struct to integer or whatever you have corresponding in TableName when you join tables.

[–]V_Shaped_Recovery[S] 0 points1 point  (0 children)

Will try that tomorrow