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
I have actually never thought about having the sort order changed with a dropdown .. very cool .. :o
thanks
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
Hi,
Very good tutorial.
Thanks
The Video is at http://cognoise.com/community/index.php?topic=406.msg2440#msg2440
WOW !
You are the Best! It is exactly what I need. Thank you so much!
otsizh... Are is that for me ( :D ) or for jolly ( :'( ) or for the both of us ( :D )
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!
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Ã, >:(
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
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.
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...