Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Concatenating 2 smart markers

Last post 05-08-2009, 2:23 AM by Amjad Sahi. 3 replies.
Sort Posts: Previous Next
  •  05-06-2009, 10:14 PM 178362

    Concatenating 2 smart markers

    Hi,

    Is there any way to concatenate 2 smart markers in a single cell?
    e.g. something like "&=Person.Name & ' ' & &=Person.Gender".

    Thanks
    Manu

    This message was posted using Page2Forum from Smart Markers - Aspose.Cells for .NET and Java
     
  •  05-07-2009, 2:04 AM 178391 in reply to 178362

    Re: Concatenating 2 smart markers

    Hi,

    Welll, I think you may utilize dynamic formula feature of smart markers for your need. Your smart markers will be placed in a way, see the following:

              A                                      B                                          C                                          

    &=Person.Name             &=Person.Gender               &=&=A{r} & " " & B{r}    

     

    Alternatively, you may put dynamic formula i.e..,  &=&=Concatenate(A{r}, B{r}) in C column for your need.

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  05-07-2009, 11:35 PM 178659 in reply to 178391

    Re: Concatenating 2 smart markers .NET


    Thanks Amjad...

    I am already using dynamic formula feature for achieving my purpose. The only thing I need to do additionally is to delete the data in columns 'A' and 'B' after concatenating them into column 'C'. (For my purpose, I can't display the contents in columns 'A' and 'B' separately.)

    Is there any way so that I don't need to delete the contents. i.e. the data is placed by smart markers in a concatenated form itself.


    Thanks in advance
    Manu



     
  •  05-08-2009, 2:23 AM 178674 in reply to 178659

    Re: Concatenating 2 smart markers

    Hi Manu,

    I think you may hide the source columns for the dynamic formula markers.

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
View as RSS news feed in XML