I have a CC6 page that performs a Read Data (read_standings) with a Model Standings.
I have created a view Table called Record.
When I enter this in the Columns List
Standings.total_wins:WINS
Standings.total_losses:LOSSES
I get a table with two columns WINS and LOSSES and values of both 9 & 8 (as expected)
What I would like to do is have a single column that shows 9-8 and call the column header RECORD.
I have tried worked on the syntax to here
fn:{var:read_standings.0.Standings.total_wins}-{var:read_standings.0.Standings.total_losses}:RECORD
and what i get is 9-8:RECORD in the column header and nothing where I want the 9-8 enter.
Can someone help me sort out this syntax?
I have created a view Table called Record.
When I enter this in the Columns List
Standings.total_wins:WINS
Standings.total_losses:LOSSES
I get a table with two columns WINS and LOSSES and values of both 9 & 8 (as expected)
What I would like to do is have a single column that shows 9-8 and call the column header RECORD.
I have tried worked on the syntax to here
fn:{var:read_standings.0.Standings.total_wins}-{var:read_standings.0.Standings.total_losses}:RECORD
and what i get is 9-8:RECORD in the column header and nothing where I want the 9-8 enter.
Can someone help me sort out this syntax?