Repeat Entries in a view display on web

Hello Everyone,

I have a view and one column display a field value. This field is multiple values. I can display the repeat entries in notes. I have a $$view template for display this view on web. I set the column as show multiple values in separate entries. I can found these repeat entried in Designer, but these repeat entries don’t display on web.

The column fomula is as following:

temp := @Transform(FieldA; “var”; @If(@IsTime(var); @Day(var); @Day(@TextToTime(var))));

Dt:= @Text(temp);

Dt

Does anyone have solution for it?

Thanks in advance