Create Document Property from data table in spotfire

2k Views Asked by At

I have the below table in spotfire. And I need to create 2 document properties for baseline_month and monitoring_month. I cannot have a drop_down menu to select the values for document_properties. But I need to create the properties from table itself. I tried for hours, but unsuccessful. Any help here is highly appreciated.

enter image description here

1

There are 1 best solutions below

0
kumar On

Document.Properties["BaselineMonth"] = Document.Data.Tables["table_name"].Columns["baseline_month"].RowValues.GetMaxValue().Value