Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi everyone! I have a Tamino Schema that is linked to an Oracle table. I want to known how can i establish a where clause that isn’t linked to a field from the Oracle table. I want to link it to a value. Something like this:- This is the way i used to do it:tsd:accessPredicate TaminoSchema_field_name = tsd:nodeParameter TaminoSchema2_field_name </tsd:nodeParameter></tsd:accessPredicate>- But what i want is to do it this way:tsd:accessPredicate TaminoSchema_field_name = 1</tsd:accessPredicate> Greetings.