Power Table not displaying Integer

Hello, exactly as I described above, a Power Table of mine is not displaying 1 of the integers that I am selecting, and I cannot figure out why, since it selects and displays one of the other integers that I am selecting.

Query below:

SELECT
OrderID,
Project,
EE_Sub_Assembly,
ME_Sub_Assembly,
Qty,
Description,
MFG_Part_Number,
Manufacturer,
Device_ID,
Allow_Sub_YN,
Pref_Vendor,
Req_Delivery_date,
Quote_Number
Lead_Time,
Order_By,
Req_Spare_Qty
FROM BOM_Purchasing
where project = '{Root Container.Project Selector.selectedLabel}'

And Power Table in Question:

And an image of the database manager showing that there is in fact something in Lead Time:

I have absolutely no idea what may be causing this. Any insight at all would be very appreciated. Thank you!

I know why.

Req_Delivery_date,
Quote_Number
Lead_Time,

Missing a comma :slight_smile:

2 Likes