Please check this.
Output:
When you select MR ID then will be show data.

Sample code:
SELECT
`tabMaterial Request`.`name` as `MR:Link/Material Request:180`,
`tabMaterial Request`.`transaction_date` as `Transaction Date:Date:120`,
`tabMaterial Request`.`status` as `Status:Data:100`
FROM
`tabMaterial Request`
WHERE
`tabMaterial Request`.`name` = %(name)s
AND `tabMaterial Request`.docstatus = 1
Thank You!
