Page 1 of 1

Uso de rangos de fecha/date ranges

Posted: Mon Nov 28, 2011 1:28 pm
by AndyDroid
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

Posted: Tue Nov 29, 2011 3:04 am
by HighAley
Hello.
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
You can create a DateTimeRange variable and use it this way:

Code: Select all

{Variable1.FromDate}
{Variable1.ToDate}
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:

Code: Select all

{Variable1.FromDate}
{Variable1.ToDate}
Por favor, véase la imagen adjunta.

Si usted tiene alguna pregunta adicional, por favor no dude en contactar con nosotros.

Thank you.

Uso de rangos de fecha/date ranges

Posted: Tue Nov 29, 2011 11:05 am
by AndyDroid
i could't find the image, but it works


thank you!

Uso de rangos de fecha/date ranges

Posted: Tue Nov 29, 2011 7:23 pm
by AndyDroid
I have a question more

can this variable catch only time?
range of time..?
value time?

Uso de rangos de fecha/date ranges

Posted: Wed Nov 30, 2011 2:08 am
by HighAley
Hello.
AndyDroid wrote:I have a question more

can this variable catch only time?
range of time..?
value time?
Maybe you should use TimeSpanRange variable.

Thank you.