Forum Discussion
I'd make sure your source databuffer is not empty, try logging that.
Thank you JackLacav for swift reply. i can see this error
- JackLacava2 years agoCommunity Manager
you're filtering on View, which means the view id gets set to common, and then you never set a new one.
- MarcusH2 years agoValued Contributor
This message usually means that the dimension member in the data buffer is XFCOMMON rather than the actual member name. The LogDataBuffer call you have will show the values that are being saved. If you have XFCommon in any dimension you will need to update the DataBufferCellPk with the correct value.
On another note I don't think <> vbnullstring is working as you expect. I think it is actually looking for the string vbnullstring rather than an empty value. It will work because I guess you don't have the text vbnullstring in your Text1 and Text2 fields but it will also bring back members where Text1 and Text2 are blank. I would change vbnullstring to '' (2 single quotes). I am not 100% about whether the single quote character works - I know it's not necessary, I just don't know if it must not be used.
Related Content
- 3 years ago
- 2 years ago
- 11 months ago