Hy,
i have a problem with a view that have this columns:
1 column categorized hidden
2 column Object
3 column
- in the column formula
4 column Details
5 column
Column 4 must be a
i tried with this column formula in column 3:
@If (form = “convocazione”; @If(@Contains(sconvocata; “Sconvocata”); sconvocata;oggettopl); @If(stato= “chiusa”;"
stato= “aperta”;“
stato= “sospesa”;"
stato= “ripresa”;“
@If(apertura = “”; “”; @Text(@Time(apertura);“T1”))
the results now is
Object
- a
- b
- c
- d
where may i put the UL tag for this results?
Object
- a
- b
- c
- d
Thanks in advance for help!!