Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3189

Re: Making a report run for the current date & time by default.

$
0
0

In your report record you could add:

 

{YOUR_TABLE.YOUR_DATE} > currentdate-1

 

or...

 

TOTEXT({YOUR_TABLE.YOUR_DATE},'dd-MM-yyyy') = TOTEXT(currentdate,'dd-MM-yyyy')

 

or...

 

Create a view which selects the latest value from your table

 

or...

 

Add SQL in an SQL Expression that finds the lastest value for each group.

 

There are also other alternatives:)


Viewing all articles
Browse latest Browse all 3189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>