- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2016 12:10 PM
is it possible to left align integer fields in a list view?
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2016 10:21 PM
Hi Srnewbie,
Please check the screenshot below.
change the Field name . i have test it on my incident list. and it is working fine.
Regards,
Harshvardhan
PS: Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2016 10:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 06:44 AM
harshvardhansingh thanks a lot , it worked i was missing the value , can you explain me what does javascript:1==1 will do ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 08:42 AM
The Value field may contain JavaScript that is evaluated to determine if this style should be used for the field within a list.
Set Value to javascript:<script> - the field value is available to the script as the variable value.
If the evaluated script returns true, the style is used for the list item.
I just make it simple and used javascript: 1==1, after that it's returned true and now this field style has been applied on list.
Regards,
Harshvardhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 08:55 AM
Is there a reason why this would no longer work? I created the field style exactly as shown in the screenshot, but integer and currency field alignments do not change.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 11:41 AM
Hi Joseph,
It will work just change the value- javascript: current."field_name">0;
You just need to change in the value condition and it will work.
Thanks,
Harshvardhan
PS: Hit like, Helpful or Correct depending on the impact of the response