Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not sure bug for v1.71 was fixed. #30

Open
hsayles opened this issue Mar 22, 2024 · 1 comment
Open

Not sure bug for v1.71 was fixed. #30

hsayles opened this issue Mar 22, 2024 · 1 comment

Comments

@hsayles
Copy link

hsayles commented Mar 22, 2024

I'm using v1.73, but still encountering the issue where the value label for my "to" variable is overwriting the one for my "from" variable.

@asjadnaqvi
Copy link
Owner

This is not a bug but the price one has to pay for using value labels. In the backend, the from and to lists are stacked in order to draw the flows correctly. So the value labels have to match exactly.

Two options:

  1. Convert them to strings
  2. Recoding the variables and generate new value labels that cover the full range of from and to categories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants