Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Custom Report Issue List

reporting

I'm trying to generate a custom report, loosely based on Get Due Next 10 Days. Is there an example of how to query to get List with or without using the ReportManager?

Thanks Chuck

Chuck Boyer
· 1
Chuck Boyer
Replies (3)
helpful
0
not helpful

You will need to use the Gemini API to filter the items. See our api sample: http://www.geminiplatform.com/downloads/v41/CounterSoftGeminiAPI_Samples.zip


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks, that was quite helpful. Do you have any guidance on the best way to debug/step through my code? I've tried creating an instance of the gemini application on my local machine and attaching to the process, but my breakpoints are never hit.

Thanks Chuck


Chuck Boyer
· 1
Chuck Boyer
helpful
0
not helpful

You should be able to attach the debugger to the worker process. Did you put your pdb and debug dll in the bin folder?


Saar Cohen
· 5000
Saar Cohen