Skip to main content
Question

InlineQuerier reading from a transformer

  • October 30, 2018
  • 2 replies
  • 13 views

hello. Im using InlineQuerier in a worbench where I have changed the attribute naming. Therefore, I dont want to read from a reader but from a transformer just before the InlineQuerier. Is it possible? Mnay thanks

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • October 30, 2018

Yes you can.

Take into account the changed attribute names of course.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • October 30, 2018

Hi @cferna30

I simulated your case with to rename the Attribute from source NM_MUNICIP to NAME ( with transformer AttributeRenamer ):

Into the transformer InlineQuerier edit for the new Attribute NAME, like this image:

Thanks,

Danilo