Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rpavan17
Creator
Creator

Expression does not work after reload with section access

Hi,

Expression is Count({< Time= {"$(=Max(Time))"}>} DOC_ID)

It works normally but after adding section access script and reload, this value returns null.(0)

Kindly help.

Thanks

Labels (2)
1 Solution

Accepted Solutions
rpavan17
Creator
Creator
Author

It works with this expression
Count({< Time= {$(=Max(Date("Time",'hhmm')))}>} DOC_ID)

View solution in original post

1 Reply
rpavan17
Creator
Creator
Author

It works with this expression
Count({< Time= {$(=Max(Date("Time",'hhmm')))}>} DOC_ID)