Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'd like to write in an Expression a value and a fixed string, something like this:
Only({<ReceivedDate={'$(vForecast1)'}>}FinalLabel + ' to ' + Only({<ReceivedDate={'$(vForecast2)'}>}FinalLabel
Is there a way to do it? Thanks a lot for your help.
Ok, I managed to do that using the &.
Hi, b,
plaese give us the example of your varialbes vForecast1 and vForecast2, you can define a variable with both conditions:
vForecast: >= Date1 + <= Date2
Hi Martina,
thanks for your answer.
The variable vForecast1 and vForecast2 contain dates selected in two listboxes and the formula Only({<ReceivedDate={'$(vForecast1)'}>}FinalLabel) return the shipping mode for the selected date. What I'm trying to do is showing how the shipping mode changes from one forecast to another one. I need to show something like this: "Sea to Land", "Sea to Air" and so on.
Do you a way to do that? Thanks.
Ok, I managed to do that using the &.