Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello ; i m looking for the right syntaxe , i have a code_client , he has a date for his creation (creation_client) and a date of the first cost estimate (date_devis) for the product, however a client can exist more then one time with more then onedate_devis,
i want in my chart the interval (date_devis-creation_client) for the client but just the first cost estimate ...please help
Try in a chart with dimension CODE_CLIENT an expression
=interval (Min(DATE_DEVIS) - Min(DATE_CREATION) )
Try in a chart with dimension CODE_CLIENT an expression
=interval (Min(DATE_DEVIS) - Min(DATE_CREATION) )