Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement for displaying the last value of the listbox in a text object.
The listbox have date range values. I tried max(Week-range) but it is not working.
I have attached the screenshot of date field for reference.
Thanks for your help in advance.
Hi,
procede like this:
Create a Variable (vVariables, for example)
=MaxString(Week_range)
on your listbox, try this:
=if(Week_range=vVariable, Week_range)
Can you use MaxString instead of Max?
Hi,
procede like this:
Create a Variable (vVariables, for example)
=MaxString(Week_range)
on your listbox, try this:
=if(Week_range=vVariable, Week_range)
Oh thank you. It worked.
can you please tell me how to get the last before value also
I have tried but did not work around.
if(Week_Range=vVariable, Week_Range)
I am getting result but its not listed & performing at header as below,
Use as below
=MaxString(Week_Range)
Can you attach your app here please?
Hi stalwar1 can you help on this please? to get the Before last value.. maybe starting with the solution I provided here
Thank you
pfa
Hello,
Not tested but try this and let us know.
MaxString({<Week_Range-={"$(=Maxstring(Week_Range))"}>}Week_Range)
I think this might have already been resolved