We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dd3ea commit 0b689c4Copy full SHA for 0b689c4
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