Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello
I have a table that contains multiple records(current and historical) for the same id. I want to only display the current record in the text box. There also can be more than 1 current records, so I really need to show the 1st current record.
thanks
here is more details on set analysis A Primer on Set Analysis
do you have a date ? or another field that you can use to obtain the latest information ?
this could be done only({<>})
only({< Date= {">=$(=(max(Date)))"}>}field)
Ramon
No, I only have an indicator for current or historical.
ok, then use the current indicator in your set analysis
only({< Date= {<currentindicator={'Yes'}>}field)
here is more details on set analysis A Primer on Set Analysis