Page 1 of 1

Limit Databand with Count Data

Posted: Mon Sep 30, 2013 10:33 am
by bsilence
Hello,

I'm having problems to limit a databand with the Count Data property.
I want to limit to 15 items, but no matter what number i input in the Count Data property, doesn't work.

Also, i can't format the datatime type to dd/MM/yyyy, it keeps formatting to dd-MM-yyyy.
Can you help me?

Thanks for your time.

Best Regards.

Bruno Fernandes

Re: Limit Databand with Count Data

Posted: Mon Sep 30, 2013 11:22 am
by Alex K.
Hello, Bruno
bsilence wrote:I'm having problems to limit a databand with the Count Data property.
I want to limit to 15 items, but no matter what number i input in the Count Data property, doesn't work.
Please try to use the following expression for the filter:
Line <= 15
Also, i can't format the datatime type to dd/MM/yyyy, it keeps formatting to dd-MM-yyyy.
Please check that your column have a DateTime type.

Thank you.