Quote:
Originally Posted by dunhill
I have a column where it brings me the price in text format. How can I generate a column that depends on another so that it passes it to a number?
|
If the plugin (which one) wants a float column then you can't do it with a column made from other columns. Those are text columns.
If you really need an float column then I suggest that you make one (a new column) then use bulk metadata edit search and replace to copy the values from the text column to the new float column.
Or enquire of the plugin writer if the plugin could accept a text column and do the conversion itself.