locked
Report RRS feed

  • Frage

  • Hallo UG

    Ich habe ein einfacher Report mit den Spalten pe.Name, pe.Vorname. Die 3. Spalte ist variabel. In einer Variabel steht die Feldbez. (zBsp. pe.Strasse). Ist es überhaupt möglich, den Reportgenerator dazu zu bringen, zuerst die Variable auszuwerten?

    Besten Dank und freundlicher Gruss

    Adi

    Montag, 17. März 2014 14:03

Alle Antworten

  • Hi Adi,

    hast Du das mal mit EVALUATE() probiert?

    Hier ein Beispiel:

    c1=[Hallo Welt]
    c2=[c1]
    
    ?EVALUATE(c2)
    


    Gruss / Best regards
    -Tom
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible,
    you are, by definition, not smart enough to debug it. 010101100100011001010000011110000101001001101111011000110110101101110011

    Mittwoch, 19. März 2014 08:15
  • Hallo Tom

    Man lernt nie aus... Besten Dank für die Hilfe, jetzt funktioniert es bestens. Ich habe mit &Variable versucht, aber ohne Erfolg.

    Gruss Adi

    Mittwoch, 19. März 2014 10:01