Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i have problem for obtain a value.
I obtain the value Real AC. I do this with max(Real AC) = 99.37% and it works well but i need obtain the value Ppto AC = 99.98% and i don't know do this.
I am work into simple table..
Helps me please.
May be this:
FirstSortedValue([Ppto AC], -[Real AC])
Update: Removed the - sign next to Ppto AC based on Alejandro's response
It's not very clear to me what you want to achieve. Wouldn't a simple Max(Ppto AC) do the trick? Are you doing filter/selections based on Fecha?
If you could provide more details or maybe a sample application with your data it would be easier to assist you.
Regards
May be this:
FirstSortedValue([Ppto AC], -[Real AC])
Update: Removed the - sign next to Ppto AC based on Alejandro's response
That is neat! Why is the minus sign needed in the first parameter? Wouldn't that return a negative value?
Regards
My bad, that is a typo
Thanks for you answer.
But if i write max(Ppto AC), I view 100% always and this is wrong.
The dimension of the table is the proyect, i need know the advance of proyect. This is la view i need:
real advance vs advance budget
p1 Advance constProy(P) = 99.98% (the budget must be equivalent to real progress)
Thanks!
Perfect. Thank you very much!!