How to fetch data between date

0
hello i am using only one date..its used as scan date.How i can get the data between the two scan date?    
asked
1 answers
4

Hey Sneha,
First, in the decision box,
$Date!=empty and $todate>$FromDate,

Then while retrieval,
use the Xpath,
[Date>$Object/fromDate and Date<$Object/ToDate ],

And then use the list retrieved,

Hope it helps!

 

answered