Forum Discussion
Clout
5 years agoHelper III
IF statement with column from another table
Hello guys, I have two tables: Table "Frachten" Date / AK_C_P 1.1 / 1 2.1 / 2 3.1 / 3 Table "Global" GWAblaufPges 2 So this first table contains of two columns with multiple row...
prashpawar
5 years agoFrequent Visitor
could you please convert Second table inproper format i.e Unpivot then try your if statement
Clout
5 years agoHelper III
So you mean to unpivot the table "Global"?
Now the structure is like this:
Attribute / Value
GWAblaufPges / 2
But the if statement still doesn't work