Forum Discussion
Darpan, I don’t think that Tables Views are actually your best option. You’re probably best off using an Extensibility rule to create an excel document of the exact format you desire, that way it will be flexible about the addition of accounts in the future, but give you control over the formatting of the data as necessary as well.
This is a screenshot of some example code for creating an Excel document with separate sheets for each data table in a data set. If you need more info, just let me know!
Hey John,
I can see you are using Visual Studio to write rules, do you mind sharing how to write rules in visual studio I find the br editor a bit cumbersome.
Thanks,
Sudarshan
- JohnMorehead3 years agoNew Contributor III
Yeah, so the first thing is you need to get the DLLs or Assemblies for the OneStream API. I get these off the file system when I install a server, like on a VM or personal machine. Once you have those, you simply add them as references in your project, and you should get the full intellisense you need. You can't actually compile or debug rules in VS, it is just a Code Editor, not a full IDE unfortunately. But I still find a ton of value in it! Also, you can easily use Visual Studio Community, you don't need a full license for the work we do.
- ckattookaran3 years agoVIP
If OneStream can com up with SDKs that would be great. Instead of us adding dlls for the rule types.
- JohnMorehead3 years agoNew Contributor III
Agreed! And even better would be a way of hooking into a live OS environment for real time debugging 🙂
- sudarshan3 years agoNew Contributor III
Got it, our organization uses a cloud instance so dont think I can access the DLLs unfortunately. But thanks for this
- JohnMorehead3 years agoNew Contributor III
Sent you a link via PM to my personal Dropbox with the latest version of the assemblies I have
Related Content
- 8 months ago
- 3 years ago
- 2 years ago
- 11 months ago