Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dears,
I've the following database which provides some historical prices per Ticker. Take a loot at it:
And my question is:
How can I create an expression using Linest_B where X = VDAF when TICK is equal to ITUB4, and Y = VDAF when TICK = GGBR4?
Thank you guys,
Best regards
Hi,
Something like;
LinEst_B(aggr(Sum({<TICK={'GGBR4'}>}VDAF),DVPG),aggr(Sum({<TICK={'ITUB4'}>}VDAF),DVPG))
?
Cheers,
Chris.