Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use Expression in Selection Box

Hi,

is it possible to use a build expression in the frontend to use in the Selection box?

Please Look at my example and you will see that in the listbox is an expression which changes the realtime. But in the Selection Box I get the "old Time". Is there a chance to fix that issue?

Greetz and Thanks

2 Replies
MK_QSL
MVP
MVP

No, you have to create another field in script..

Timestamp(Date + time#(02, 'hh')) as NewDate

tresesco
MVP
MVP

You have to create a new date field in the script like:

Timestamp(Date + time#(10, 'hh')) as DateNew

and then use the new field for selection.