ContributionsMost RecentMost LikesSolutionsRe: Xlookup not working in OS-Spreadsheets It isn't unfortunately (not in 8.5 either). What is wrong with the workaround you mentioned? We did that for 20 (30?) years! I guess your only other option is to use the Excel add-in rather than the...Re: Tip: Splitting the Desktop It is definitely a welcome addition. I still often tend to gravitate towards two instances though because a modal/dialogue window on one pane will block using the other pane, e.g., a data adapter pre...Re: Service Factory - Data Management Step I would expect that to do/return "Delete_Batch_Folders_Ex_S()" every time and neither Delete_Dim_Members_Ex_S() nor Direct_WF_Cube_Ex_S() would ever be reached. Every time your logic gets here it w...Re: Service Factory - Data Management Step Hi KH1, I feel like it would have to be an issue with your conditional logic within the assembly / DMSS class but I haven't actually used these yet so who knows. Do you want to post your code to see...Re: What does api.Cons.IsCurrency mean? Yes it just checks that the passed in memberID or the member id of the cons pov member is one of the currency members Re: Read Source Data for Summary Function Have not encountered it but I suggest posting the full error message / stack trace. Re: Cleaning Data Tables of old data I guess at at a high level (perhaps over simplified) you can say there is not really integration from core OneStream down to Marketplace apps, it only works the other way. What I mean by that is, whe...Re: Calling a WS Assembly from Dashboard In that case, is it logic you can move from a parameter to your BR? Re: Calling a WS Assembly from Dashboard Not directly answering your question, but if you wanted to save yourself some troubleshooting can you just look up the value of that parameter in your code instead of passing it in? Re: Using Assembly's XFBRs Do you get a more interesting error in the error log? You can also try putting your XFBR in a parameter and using that in your data adapter. I think i've always done that. You can also move your SQ...