cancel
Showing results for 
Search instead for 
Did you mean: 

Date input parameter in custom analytical query defaulting to "00000000"

former_member751051
Discoverer
0 Kudos
1,365

Hello Experts,

I am building report using Custom Analytical Query app and i want date as optional input on my selection screen with no default value for it.

When i make date as user input filter then its value is defaulting to "00000000" which does not make sense.

I want to use it as filter but with blank value, can you please help here...

Thanks in advance,

Saurabh Hambardikar

Accepted Solutions (0)

Answers (3)

Answers (3)

JackGraus
Active Contributor
0 Kudos

A date has data format num 8. So initial value is 00000000. If you want to check on initial value you need to check on 00000000 instead of blank.

Regards Jack

peter_merenyi2
Explorer
0 Kudos

Hi,

It seems to me that system uses '00000000' default value in the background and filter the result set even if filter value on filter screen left empty for that specific date field.

In other words, filters on date-type fields cannot be used as OPTIONAL but has to be filled with ANY value (e.g. an indefinite range).

Regards,

Peter

former_member751051
Discoverer
0 Kudos

Hello Marvin,

Thanks for the reply. I did it but will try to search on community again if i can fine any lead on this.

Regards,

Saurabh