Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
dynamic cell width possible?
ReinerB
Hello to everybody,
I'm a new member here in this forum and I've a question.
I want to put two data set row values in one or two cells. A float value and a string. There should be only few space between these items.
Two possibilties: 1) One cell. Formatting the float value (#.###.##0,00) and connect with the string. 2) Two cells. Than the left column or both columns should have a dynamic width. I've problems with both alternatives.
Who could help me with my problem?
Thanks in advance.
best regards
Reiner
Find more posts tagged with
Comments
mwilliams
Reiner,
Building a custom binding that joined the two into a single formatted string could be an option. You could format the float value as you'd like, convert it to a string and add a couple spaces and the string field to the value, then just use this new binding to display what you want. If you need to do any calculations on the float, you'd still have the float binding that you could do computations over. Just an idea.