Display an image in a view
Display an image in a view
(OP)
I would like to display an image in the first column of a view for each type of document. I tried this as a formula:
@if(type="server";15;20)
But I dont know which image match which number?
Excuse me for my english...
@if(type="server";15;20)
But I dont know which image match which number?
Excuse me for my english...
RE: Display an image in a view
@if(type="server";'server';'computer')
server and computer are the pseudo I gave before.