Suma 3 Posted March 20, 2019 Share Posted March 20, 2019 I have dropdown list M that contains 1,2,3. I use this document property to add an calculated field in the table ${M)*3. This changes the whole calculated column based on M value. I would also like to add an option to only change the marked row on the table. Any suggestion is appreciated Link to comment Share on other sites More sharing options...
Shuting Fu Posted March 29, 2019 Share Posted March 29, 2019 If you wanted to add a calculated column with calculation "${M)*3" where "M" is the name of your document property linked to the dropdown list, you can simply try this custom expression for the calculated column: DocumentProperty("M") * 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now