List items display different data?

For a list, can different items have different sets of data displayed based on record type? For example, I’m listing Stocks and Options. I need Stocks to display one set of info while Options need to show another set. Right now, I can only show one set of info (Options info) for both as in the screenshot.

Create an If Then Else column based on your type.

If type is Stocks then point it to the Stock info column, if type is Options then point it to the Option info column.

1 Like

Yes! Thank you so much! :smiley:

1 Like