We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f349379 + 0b689c4 commit 9f34834Copy full SHA for 9f34834
1 file changed
src/app/new.state/xml/xml.util.ts
@@ -138,7 +138,7 @@ export function changeWeightForSelectedVariables(
138
weightID && weightID !== 'remove'
139
? frequencyTableForSelectedVariables[variableID][
140
category.catValu
141
- ]
+ ] || 0
142
: 0,
143
'@_type': 'freq',
144
'@_wgtd': 'wgtd',
@@ -153,7 +153,7 @@ export function changeWeightForSelectedVariables(
153
154
155
156
157
158
159
0 commit comments