Hello everyone!!!!!
recently, thank to your help, many problem is resolved. ^ ^
but, sadly , I had another problem with Input Cotrols(Calendar). T.T
I generate Calendar Controls(input control) in Web Intellegence.
so, I filler table by using Calendar Controls.
but filtering is wrong.
--------------------------
Calendar Controls's value is 02/10/2004 ( MM/dd/yyyy) option is 'Greater Than '
but Table' value filtered is
---------------------------------------
----- day --------- count(*)-----
02/10/21 ------------------------------------->>> Actually Value is 2002/10/21 ( yyyy/MMdd)
02/10/22
02/10/23
02/10/24
02/10/25
02/10/26
02/10/27
.....
---------------------------------------
as You can see, filtering is wrong.
I think that 02/10/2004 ---> " 02/10/20 < filter values"
I want to know the best solution..