Forum Discussion
Anonymous
2 years agoNot applicable
Decoding drag and drop rank field from Rally API
I know this is a pretty specific situation but I am at a dead end trying myself. I have a rally API connection within power BI that pulls through all of the fields for my portfolio items. I want to d...
Anonymous
2 years agoNot applicable
Hi Anonymous
You need to know the implementation details of rally's encoding in order to decode it properly and convert it to numeric values.
Assuming that the rally encoding is some known custom encoding format, you can decode it by understanding how it encodes and decodes.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Anonymous
I think the details are explained in the article I linked: https://knowledge.broadcom.com/external/article/47752/rally-interpret-draganddroprank.html
I am not capable of turning this into code to decode it though.