
Not applicable
2012-07-30
05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sort order in pivot table
Hi,
How to sort the data as -3, +3, -8, +8 in this format in pivot table.
In my app calculated dimesion is as follows : =if(Lens#=1,'-3',if(Lens#=2,'+3',if(Lens#=3,'-8','+8')))
Thanks in advance.
Regards,
Venkat
1,548 Views
1 Solution
Accepted Solutions

Not applicable
2012-07-30
05:43 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
779 Views
5 Replies

Not applicable
2012-07-30
05:43 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey,
You can sort by an expression.
Try sorting it by Lens#
gr.
Frank
780 Views

Not applicable
2012-07-30
05:49 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, thanks for reply.
I tried but it is not getting correct order.
Thanks & Regards,
Venkat
779 Views

Not applicable
2012-07-30
05:51 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you upload an example file?
779 Views

Not applicable
2012-07-30
06:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try this out in the sort settings by expression:
if(Lens#<0, Lens# * -1, Lens#)
It should solve your problem
regards,
MT

Not applicable
2012-10-10
08:13 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi kbs,
Could u please explain ur Expression?
if(Lens#<0, Lens# * -1, Lens#)
Because It is fine with sorting, I don't know how it works?
Please explain me.
Thanks in advance..
Regards,
Kabilan K.
779 Views
