Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
trying to set a variable with the following expression
Set vYFactor = if(GetSelectedCount([X_Factor.Location])=0, only({<[X_Factor.Location]={"=$(vAverage)"}>}[X_Factor.Storage Paid]), only([X_Factor.Storage Paid]);
when I try to present it in a text box I dont get any value
any idea?
the last expression you sent has errors in it
Yup forgot to remove the end part
LET vYFactor = 'If(GetSelectedCount([X_Factor.Location])=0, Only({<[X_Factor.Location]={"=$' & '#(vAverage)"}>}[X_Factor.Storage Paid]), Only([X_Factor.Storage Paid]))';
i still see extra # on it
![]()

![]()
LET vYFactor = 'If(GetSelectedCount([X_Factor.Location])=0, Only({<[X_Factor.Location]={"=$' & '(vAverage)"}>}[X_Factor.Storage Paid]), Only([X_Factor.Storage Paid]))';