Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi first of all thanks for any help,
What Im looking for i think is relativly simple,
all I want the expression to do is count everything that is less than the date selected.
count ( {$<[Fault Id]={"<[Date Detected]"}>} [Fault Id] )
so basically count the fault ID if the date detected is less than the date I select using a calender
count ( {$<[Fault Id]={"<$(=Date([Date Detected]))} [Fault Id] )
is the fault id a date field? if so, make sure it is also loaded with date(fault id) as fault id
Hi
Try like this
count ( {$<[Fault Id]={"=[Fault Id]<[Date Detected]"}>} [Fault Id] )
Hi
Use like this
=count({$<[Date Detected]={"<$(=Date([Date Detected]))} [Fault Id])
Regards,
Hi,
Try with this
count ( {<[Date Detected]={"<$(=Date(vDateSelected,'Your Date Format'))"}>} [Fault Id])
Try this
count ( {$<[Date Detected]={"<$(=Date([Date Detected]))"}>} [Fault Id] )