Forum Discussion

mpalha04's avatar
mpalha04
Helper III
7 years ago

Joining Tables

Hello,

 

I have the following columns below, but I would only like to show the rows where Id=FirstProofMessageId. How do I go about doing this? These columns are from 2 seperate tables on my reports and are joined by the OrderId column. The "First Proof Date" is a calculated column with the formula below:

 

First Proof Date =
IF (
vProofMessage[Id] = RELATED ( vReviewOrderSLA[FirstProofMessageId] ),
vProofMessage[MessageSentTimeLocal]
)

 

Any help is appreciated!

 

 

Thanks

 

6 Replies