Report Indexing / Field Mapping between two application groups.

Previous topic - Next topic

jeffs42885

Hello all,

I am working on a new application group requirement that has one of the requirements listed out as picking up a 6 digit date (Y%, m%) and converting it to something searchable. I dont have the details right now in front of me but one thing I was concerned with, is if when the user looks for the report, it will not come up because it is expecting a report. I also error out when creating the folder fields, as one is date for the first app group the second is the type. I was wondering if anyone had an idea on how to use both. Should I consider just loading both as a 6 digit string..?   the sample killed the indexer on me when it would pick up something like this:

000000

Thanks in advance!

-Jeff

pankaj.puranik

Jeff

I am not able to understand the requirement.
But if you are trying to store a date as %Y, %m, you can easily do that.

See the attachments for screenshots.

jeffs42885

The issue is that sometimes the sending system generates a date of 000000 which in their eyes is okay. (I know, garbage in, garbage out).

i was wondering if there was any way to make this work while keeping the field set to a date, I was able to make it work by changing to a string but i lose the ability to search between a date range.

ewirtz

Hi Jeff,

you can change such wrong values to a special date (p.e. lowest or highest possible date) by using an index exit. So you will always have a valid date expression.

regards

egon

LWagner

The load date is also available to search, but why not require the creating system to be consistent, and not allow all 0's to be used ?