rogerzebra
Technical User
Hi,
I can't figure this one out. I have the following expression.
The sample return this value.
Amy Anderson - >#500
The first part including the dash is a string, the string is concatenated with a column value which returns the >#500 part.
My question is how do I get rid of the # sign and replace it with a '' value using expressions? I'll not go into detail why the # sign is there in the first place, all I can say is that =fields!name.value is a parameter value for 6 different categories and I need to use the # sort the order in my query.
The code beneath is not working but I just hinting for you to easier understand the issue.
Please any advice would be great this thing is killing me. Thx in advance.
I can't figure this one out. I have the following expression.
Code:
=fields!Name.Value
Amy Anderson - >#500
The first part including the dash is a string, the string is concatenated with a column value which returns the >#500 part.
My question is how do I get rid of the # sign and replace it with a '' value using expressions? I'll not go into detail why the # sign is there in the first place, all I can say is that =fields!name.value is a parameter value for 6 different categories and I need to use the # sort the order in my query.
The code beneath is not working but I just hinting for you to easier understand the issue.
Code:
=(fields!Name.Value,str(replace("#",""))