- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2017 10:30 PM
Hello,
I have created a 3 field style for caller_id field in the incident this is order by updated.
all of the conditions are met in the user table. In incident it looks like this:
but in the list it only displayed one image:
I need to display 3 images. is it possible?
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2017 05:27 AM
Each one of those field styles probably has a line like text-indent:x but if all 3 of them are true, it will not accumulate the indent to allow for all 3 images. So you probably need to build a field style for all possibilities: javascript:current.caller_id.vip==true && current.caller_id.u_net != true . . . etc

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2017 05:27 AM
Each one of those field styles probably has a line like text-indent:x but if all 3 of them are true, it will not accumulate the indent to allow for all 3 images. So you probably need to build a field style for all possibilities: javascript:current.caller_id.vip==true && current.caller_id.u_net != true . . . etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2017 05:29 AM
thank you! this is what I exactly did is to rank the vip sme and net