Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a problem that does not make me the count and not to do wrong,
by the variable, vToday as Today
LET vToday = Today ();
statement:
= Count ({<DATE = {$ (= [vToday])}>} CANTIDADPREPARADA)
and gives me "Error: Error in set list element modifier ad hoc ',' or ')' expected.
Many thanks in advance.
Oscar
Try this instead:
=Count ({<DATE = {'$ (vToday)'}>} CANTIDADPREPARADA)
If this doesn't work, then you might have to format today in your variable
LET vToday = Date(Today());
HTH
Best,
Sunny
ok, perfect, thankssssssssssssssssssssssss
No problem