[Display List of image]
Hello, I want to display a list of image which is from last month on class table . It works beautifully with Text list but not with images. The formula below gives me only like Class_Img
,
, CLASS::Class_Images/00-13-07.Img.071825.png , CLASS::Class_Images/16-16-19.Img.071725.png ,
,
Can you help me out to display images instead of the name of images?
=SELECT(Class[Correction],AND([Student_ID]=[_THISROW].[Student_ID],MONTH([Date])=MONTH(EOMONTH(TODAY(), -1))))
@Jungah_An Can you make sure that your column is set to the correct type (i.e. Image type)?
Yes It is list of
img type
It seems that it wonโt work with EnumList field. If you use Enum, it will work correctly.
Thank you for helping but here is an error message that I get when I change list into enum
Column Name โClass_Imgโ in Schema โReport_Schemaโ of Column Type โEnumโ has an invalid app formula โ=SELECT(Class[Img],AND([Student_ID]=[_THISROW].[Student_ID],MONTH([Date])=MONTH(EOMONTH(TODAY(), -1))))โ. The type of the app formula โListโ does not match the column type 'Enum.MORE INFOGO TO THE PROBLEM
You should use this formula in Valid_If, not in App formula if you want to have a dropdown list.
I want images to be directly displayed. Not
dropdown list format.
This time I used Lookup formula
=LOOKUP([_THISROW].[Student_ID], โClassโ, โStudent_IDโ, โImgโ)
It looks like I wrote it right but nothing appears. I want multiple images to be automatically displayed
User | Count |
---|---|
17 | |
11 | |
6 | |
5 | |
5 |