May 10, 200124 yr In my database, I have some entries that have to be outputted as [FMP-field:Content, Break] and some as [FMP-field:Content, Raw]. What I did was create a new field for each entry that has either "Raw" or "Break" in it. I thought I could just write the CDML as: [FMP-field:Content, [FMP-field:Format]]. But that does not seem to work. Can anyone give me a hint how to solve the problem? How can I get the Format of a field dynamically out of the database?
May 22, 200124 yr You can't put square brackets in square brackets try [FMP-Field: 'blah', (FMP-Field: 'encodetype')] with round brackets it should work
Create an account or sign in to comment