Expand my Community achievements bar.

Calculated Column

Avatar

Level 10
Hoping my text mode wizards can help me figure this out. The goal is to create a view on a project when looking at hours that shows the cost based on the role and not the user. I thought I was close but I cant get the role cost to populate. displayname= linkedname=role namekey=view.relatedcolumn namekeyargkey.0=role namekeyargkey.1=role:costPerHour querysort=role:costPerHour textmode=true valueexpression=PROD({ role:costPerHour },{hours}) valueformat=HTML Any Suggestions? Michael Michael Lebowitz GuideWell Connect
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 10
This might work: valueexpression=PROD({role}.{costPerHour},{hours})

Avatar

Level 10
That did the trick! Thanks!!! Michael Lebowitz GuideWell Connect