Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good afternoon,
i would like to count how may times a value (price_a) is present in a field.
LOAD * INLINE[
PRICE, VALUE,
price_a, 4,
price_b,5,
price_a,6];
If I understood correctly :
=count({<PRICE={'price_a'}>} PRICE)
May be this
Count({<PRICE = {'price_a'}>}PRICE)
If I understood correctly :
=count({<PRICE={'price_a'}>} PRICE)