Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Table:
A B
A1 B1
A2 B2
A3 B3
How can I assign column B value to a variable if the corresponding columnA value equal 'A1'.
There are some analysis can get the number of count count({<A='A1'> B}
But I need is not agg count. I need the whole value......
Maye be :
=Only({<A={'A1'}>} B)
what is the expected output from this table ?
Table:
A B
A1 B1
A2 B2
A3 B3
raw data is as above
I want is a value of columnB when columnA equal to 'A1'
Maye be :
=Only({<A={'A1'}>} B)