Hello,
I've created my own histogram using the functions class () & aggr() and its working fine but now I would like to use the value from the first bin in another calculation.
My first bin goes from '1 <= x < 2' and the value is 992 , so basically what I need is to store this value(992) so I can use it in another calculation in order to estimate the overall impact for this bin automatically.
I've tried different things but nothing seems to work, Is it possible to do this?
Thanks in advance for any help provided