I am trying to create a report in Cognos where most of the report is textual, and I want to automatize it and to show a several values using singletons. One query calculation is like: if (DateItem is >0) then ('increasing') else ('decreasing'). The problem occurs when I am using several these calculations with other Members (but Year always), so the singleton returns the value from the first calculation for all the others. I was trying with Solve Order, but it was the same.
Then I used Repeater, which for the first calculation worked correct, but for the next one returned the same value for the Repeater1.
I know that creating new Query for every new singleton will solve problem, but since I have a lot of these calculations and already several queries, that is not so viable option for me.
Any suggestion will be helpful.
Thanks
------------------------------
Veljko
------------------------------