Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MACRO

hello everybody,

I want to write a MACRO function.

The MACRO FUNCTION must  return me an attribute of the Table.

EXAMPLE

--------------------------------

Table

------|--------- |-----------------

A    |   B       |

-------|---------- |----------

1     |     a     |

2     |     b     |

3     |      c    |

4     |       d   |

5     |       e   |

-----------------------

The function return me attribute "A" of table ,so return 1,2,3,4,5

I can't write this macro function.

Somebody should help me?

0 Replies