Generate of txt or csv or xls file with variable name

 
Parents
  • [QUOTE=h3nrik;109423]Sorry. I do not follow the question now.
    Do you want different headings at the same time? Or different values for the same heading?

    Hello, since I want to have excel export file of all pspool members I would like to use syntax like this:

    [COLOR=#333333]if !sve.type.eq('TUBI') then[/COLOR]
    [COLOR=#333333]!headings = 'itle'[/COLOR]
    [COLOR=#333333]else[/COLOR]
    [COLOR=#333333]!headings = 'nwei'[/COLOR]
    [COLOR=#333333]endif

    But I have tried this and no luck its always reading the first condidtion. So column rows are filled only with ITLE.

    Thanks in advance!

    I'll try to use me_hungry concept and see the results.
    [/COLOR]
Reply
  • [QUOTE=h3nrik;109423]Sorry. I do not follow the question now.
    Do you want different headings at the same time? Or different values for the same heading?

    Hello, since I want to have excel export file of all pspool members I would like to use syntax like this:

    [COLOR=#333333]if !sve.type.eq('TUBI') then[/COLOR]
    [COLOR=#333333]!headings = 'itle'[/COLOR]
    [COLOR=#333333]else[/COLOR]
    [COLOR=#333333]!headings = 'nwei'[/COLOR]
    [COLOR=#333333]endif

    But I have tried this and no luck its always reading the first condidtion. So column rows are filled only with ITLE.

    Thanks in advance!

    I'll try to use me_hungry concept and see the results.
    [/COLOR]
Children
No Data