Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello i need to let this script to be selection indipendent:
Count({<RICHIESTA_APERTURA={">=$(=(max(RICHIESTA_APERTURA)-6))<=$(=max(RICHIESTA_APERTURA))"}> }DISTINCT NUMERO_PROPOSTA)
How can i do?
Thanks
Marco
Isn't it simply: Count({1<..........
Use '1' as set identifier:
Count({1<RICHIESTA_APERTURA={">=$(=(max({1}RICHIESTA_APERTURA)-6))<=$(=max({1}RICHIESTA_APERTURA))"}> }DISTINCT NUMERO_PROPOSTA)
And on this statement:
Num(Avg(Date(DT_APERTURA_CONTO) - Date(DT_RICHIESTA_APERTURA,'DD-MM-YYYY')),'00')
Thanks
Marco
Try this:
=Num(Avg({1} Date(Only({1} DT_APERTURA_CONTO)) - Date(Only({1} DT_RICHIESTA_APERTURA),'DD-MM-YYYY')),'00')
Is it necessary the use of Only?
Marco
If you want to try without them.... You can.... See if without them makes sense, but then you won't be able to use {1} within date function. So try with and without them and see if it makes any difference or not
Thanks
Marco
If it worked, then I would request you to mark correct and helpful answers to close this thread.
Best,
Sunny