Hola a todos, me gustaría saber como utilizar los rangos de fecha en la herramienta.
Ya he visto como manejar las variables, pero lo que yo requiero es tener una variable de tipo datetime y maneje un rango, no valor.
Tengo la variable y la solicito al usuario pero no me regresa un valor, sino la leyenda "Stimulsoft.Report.DateTimeRange"
==========================================
Hi all, I want to know how to use date ranges in the tool.
I've seen how to handle variables, but what I require is to have a variable of type datetime and manage a range, not value.
I have the variable and the user request but did not return a value, just the legend "Stimulsoft.Report.DateTimeRange"
I hope it is understandable
Uso de rangos de fecha/date ranges
Uso de rangos de fecha/date ranges
Hello.
Please, see attached image.
If you have some additional questions, please do not hesitate to contact us.
=====================================================
Usted puede crear una variable DateTimeRange y el uso que de esta manera:
Por favor, véase la imagen adjunta.
Si usted tiene alguna pregunta adicional, por favor no dude en contactar con nosotros.
Thank you.
You can create a DateTimeRange variable and use it this way:AndyDroid wrote:Hola a todos, me gustaría saber como utilizar los rangos de fecha en la herramienta.
Ya he visto como manejar las variables, pero lo que yo requiero es tener una variable de tipo datetime y maneje un rango, no valor.
Tengo la variable y la solicito al usuario pero no me regresa un valor, sino la leyenda "Stimulsoft.Report.DateTimeRange"
==========================================
Hi all, I want to know how to use date ranges in the tool.
I've seen how to handle variables, but what I require is to have a variable of type datetime and manage a range, not value.
I have the variable and the user request but did not return a value, just the legend "Stimulsoft.Report.DateTimeRange"
I hope it is understandable
Code: Select all
{Variable1.FromDate}
{Variable1.ToDate}
If you have some additional questions, please do not hesitate to contact us.
=====================================================
Usted puede crear una variable DateTimeRange y el uso que de esta manera:
Code: Select all
{Variable1.FromDate}
{Variable1.ToDate}
Si usted tiene alguna pregunta adicional, por favor no dude en contactar con nosotros.
Thank you.
- Attachments
-
- 1459.DateTimeRange.png (35.36 KiB) Viewed 1836 times
Uso de rangos de fecha/date ranges
i could't find the image, but it works
thank you!
thank you!
Uso de rangos de fecha/date ranges
I have a question more
can this variable catch only time?
range of time..?
value time?
can this variable catch only time?
range of time..?
value time?
Uso de rangos de fecha/date ranges
Hello.
Thank you.
Maybe you should use TimeSpanRange variable.AndyDroid wrote:I have a question more
can this variable catch only time?
range of time..?
value time?
Thank you.