Forum Discussion

GABILOBATO's avatar
GABILOBATO
New Contributor II
8 years ago

Diff snap exceptions

I’ve been trying to make a simple comparation between two table from differents databases. They have the same data type, the same name and are sorted by the same key.
But no matter how I try to do this comparation it still going to the modified output even though they are not diferent

It happens with numeric and date data types.

What I need to know is if there is some king of exception of data type or data bases that the diff snap doesn’t work as well as it could?

I alredy tried to converted this data types to strings but it still doesn’t work

P.s.: I’m working with Oracle and Postgres

2 Replies

    • arvindnsn's avatar
      arvindnsn
      Contributor

      Thanks for the Solution. The Solution is almost what i need except the "Transaction_id should be displayed at the header level only. “The tenders” child array also displays the “TRANSACTION_ID” attribute which i don’t want to display at the tenders level.

      I tried removing by having empty expression variable for “transactiod_id” in the “Remove groupBy tenders” Snap but didn’t work. It would be really helpful if this is sorted.

      Thanks

  • arvindnsn's avatar
    arvindnsn
    Contributor

    receipt_no,item_id,quantity,item_total,item_gross,item_tax are item attributes grouped for each transaction_id.

    media_id,media_no,media_value are tenders attributes grouped for each transaction_id