If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

[Tutorial] List item with custom sorting

Started by sir_jeroen, 25 Oct 2005 04:07:43 PM

Previous topic - Next topic

sir_jeroen

A new tutorial has been released:
How to create a list item with custom sorting

This is my answer to the folowing topic:
http://cognoise.com/community/index.php?topic=548.0

Have fun... And... let me know if you like it :D

CoginAustin

 I have actually never thought about having the sort order changed with a dropdown .. very cool ..  :o


thanks

jolly

#2
Pretty cool ,Ã,  particularly for those they have not the access to execute HTML-Items.
I will show today still another possibility to sort Columns with Javascript. You will find this example in the [[Script] Some javascripts in actions] Section.

Cu Jolly

UPS



otsizh

WOW !

You are the Best! It is exactly what I need. Thank you so much!

sir_jeroen

otsizh... Are is that for me ( :D ) or for jolly ( :'( ) or for the both of us ( :D )

otsizh

#7
Quoteotsizh... Are is that for me
Of course it is for you - ReportNet Addict - you created report..... or you still need money($$ ;))
thank you very much!

sir_jeroen

I always need money... You know what... when there's a month that you don't need money... send it to me :D

But you must thank Jolly too... he's showing me offÃ,   >:(

otsizh

Well thank you both,

but know I have a new problem.....
when I tryied to do the case statemnt :
case when (?Sort By?=1) then ([Project Id])
when (?Sort By?=2) then ([Project Name])
when (?Sort By?=3) then ([Project State])
when (?Sort By?=4) then ([Project Type])
else ([Project Id]) end

I have this mistake:
QE-DEF -0405 Incompatible data types in case statment

I believe than it because Project ID is number and Project Name is string type
Any suggestions??
thanks, olha

jolly

QuoteBut you must thank Jolly too... he's showing me off   Ã, 

That is however not my intention. You gave us your Tutorials. Now I can give you also a little back by showing what Kind of Reports IÃ,´ve build.

sir_jeroen

It's alright jolly... I'm impressed by the reports that you are building and it's hard for me to keep up with you. But enough complementing eachother :D

Otsizh you're right you must cast project id as a string...