how to show top 5 customer id in color or any python script in spotfirecan any one suggest me iron python script to show top 10 values in spotfireIn Spotfire, how to trellis a SummaryTable using IronPython scriptHow to access Spotfire expression values using IronPython scriptHow do I programmatically change the column referenced by Column Values Line in Spotfire?Spotfire - Dividing one row value with another in a cross tableHow to access cross table columns in iron python scriptHow am I able to get values from a column in spotfire tables using Iron Python scripting?Spotfire - Custom sub totalHow to access a Calculated Value from python?Marked Items in Horizontal Chart matching with created details visualizationChange column header depending on marked row on Spotfire

How to get directions in deep space?

What to do when eye contact makes your coworker uncomfortable?

Change the color of a single dot in `ddot` symbol

What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?

Which was the first story featuring espers?

Why does this expression simplify as such?

Why do Radio Buttons not fill the entire outer circle?

When were female captains banned from Starfleet?

Short story about a deaf man, who cuts people tongues

Is it allowed to activate the ability of multiple planeswalkers in a single turn?

Biological Blimps: Propulsion

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

What does Apple's new App Store requirement mean

Why is it that I can sometimes guess the next note?

Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?

Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Why Shazam when there is already Superman?

Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?

Were Persian-Median kings illiterate?

Why is the "ls" command showing permissions of files in a FAT32 partition?

What is the English pronunciation of "pain au chocolat"?

Quoting Keynes in a lecture



how to show top 5 customer id in color or any python script in spotfire


can any one suggest me iron python script to show top 10 values in spotfireIn Spotfire, how to trellis a SummaryTable using IronPython scriptHow to access Spotfire expression values using IronPython scriptHow do I programmatically change the column referenced by Column Values Line in Spotfire?Spotfire - Dividing one row value with another in a cross tableHow to access cross table columns in iron python scriptHow am I able to get values from a column in spotfire tables using Iron Python scripting?Spotfire - Custom sub totalHow to access a Calculated Value from python?Marked Items in Horizontal Chart matching with created details visualizationChange column header depending on marked row on Spotfire













0















I have cross table as shown in the attachment.



I used "color by" property to show top 5 electronics values.



I would like to show top 5 customer id(vertical axis) also in a color representation.



Can any one help me on this.



Kindly give me idea how to show top 5 customer id in color or any python script.



Regards
Naveen



enter image description here










share|improve this question




























    0















    I have cross table as shown in the attachment.



    I used "color by" property to show top 5 electronics values.



    I would like to show top 5 customer id(vertical axis) also in a color representation.



    Can any one help me on this.



    Kindly give me idea how to show top 5 customer id in color or any python script.



    Regards
    Naveen



    enter image description here










    share|improve this question


























      0












      0








      0








      I have cross table as shown in the attachment.



      I used "color by" property to show top 5 electronics values.



      I would like to show top 5 customer id(vertical axis) also in a color representation.



      Can any one help me on this.



      Kindly give me idea how to show top 5 customer id in color or any python script.



      Regards
      Naveen



      enter image description here










      share|improve this question
















      I have cross table as shown in the attachment.



      I used "color by" property to show top 5 electronics values.



      I would like to show top 5 customer id(vertical axis) also in a color representation.



      Can any one help me on this.



      Kindly give me idea how to show top 5 customer id in color or any python script.



      Regards
      Naveen



      enter image description here







      ironpython spotfire






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 7 at 5:05









      hoangdv

      1,8741614




      1,8741614










      asked Mar 7 at 3:29









      rajutibco35rajutibco35

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          1














          a new Calculated Column using the Rank() function coupled with a Limit By expression can handle this for you.



          1. create a new Caluclated Column called [Rank] with the expression Rank([column])

          2. on the visualization properties, on the Data page, where it says Limit Data by Expression, use the expression [Rank] <=5





          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035597%2fhow-to-show-top-5-customer-id-in-color-or-any-python-script-in-spotfire%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            a new Calculated Column using the Rank() function coupled with a Limit By expression can handle this for you.



            1. create a new Caluclated Column called [Rank] with the expression Rank([column])

            2. on the visualization properties, on the Data page, where it says Limit Data by Expression, use the expression [Rank] <=5





            share|improve this answer



























              1














              a new Calculated Column using the Rank() function coupled with a Limit By expression can handle this for you.



              1. create a new Caluclated Column called [Rank] with the expression Rank([column])

              2. on the visualization properties, on the Data page, where it says Limit Data by Expression, use the expression [Rank] <=5





              share|improve this answer

























                1












                1








                1







                a new Calculated Column using the Rank() function coupled with a Limit By expression can handle this for you.



                1. create a new Caluclated Column called [Rank] with the expression Rank([column])

                2. on the visualization properties, on the Data page, where it says Limit Data by Expression, use the expression [Rank] <=5





                share|improve this answer













                a new Calculated Column using the Rank() function coupled with a Limit By expression can handle this for you.



                1. create a new Caluclated Column called [Rank] with the expression Rank([column])

                2. on the visualization properties, on the Data page, where it says Limit Data by Expression, use the expression [Rank] <=5






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 8 at 19:15









                nikoniko

                3,069719




                3,069719





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035597%2fhow-to-show-top-5-customer-id-in-color-or-any-python-script-in-spotfire%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

                    Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

                    Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved