September 2010
S M T W T F S
« Jun    
 1234
567891011
12131415161718
19202122232425
2627282930  

Promptmany Macro Function Error – Cognos Design Feature

The promptmany macro function error message is such a letdown. Error QE-DEF-0406 is normally generated when you try to use the function to pass multiple values to a Sql stored procedure. By nature if a stored procedure have parameters, you can only set the parameter equal to a single. This is a problem if you want and need to pass multiple values to a stored procedure. Traditionally, Sql programmers use cursors to handle passing individual values one at a time to a procedure. Of course programmers would rather bite off their arm than willingly write a cursor if there is another viable alternative.

Lift with your Database not your Report…

If you lessen the amount of custom work in the report and correct the issues in the database directly, you will see a marked improvement in report runtime and happier report writers.

Decisions, Decisions …

So you’re about to start a BI project and have to choose between a specific tool. There are a few major players in the BI world, each of which has pro’s and con’s and depending on the customer, one may be better than the other. Business needs and flexible functionality should always be a top priority.