Table View
I have a relationship table with rates, see attached 1. I'd like to display the rates in the referenced app as a table, see attached 2. What's the best way to do so.
Attachment 1:
Attachment 2:
-
Hi,
Try with this MARKDOWN code in a calculations field
" | Daily Rate | spread pbs | Par Rate" + "\n" + "--- | --- | --- | ---" + "\n" + "FNMA30 |" + @FNMA30 daily rate + " | " + @FNMA30 spread pbs + " | " + @FNMA30 Par Rate + "\n" + "FNMA15 |" + @FNMA15 daily rate + " | " + @FNMA15 spread pbs + " | " + @FNMA15 Par Rate + "\n" + "GNMA 2 30 |" + @GNMA 2 30 daily rate + " | " + @GNMA 2 30 spread pbs + " | " + @GNMA 2 30 Par Rate
Please sign in to leave a comment.
Comments
4 comments