I need to generate a grid with dimension keepped from attribute value... but fme log error say that grid_cell_count must be positive integers ...
is there a way to forcing an attribute's type to integer ?
thx a lot
gd day
I need to generate a grid with dimension keepped from attribute value... but fme log error say that grid_cell_count must be positive integers ...
is there a way to forcing an attribute's type to integer ?
thx a lot
gd day
Try inserting an AttributeRounder with zero decimal places.
David
Thx for ur answer,
i tried it and same result (he create only one point) ..
The transformer can't read those values and create only one point ..:/
Have you checked by adding these attributes "coupe_v and coupe_h" in Group By option? I have seen in the screenshot only "fid" is selected.
It is strange, why it is working when values are constants and not when values are variables... I dont have latest version to check...
Anyhow please check the values whether "coupe_v and coupe_h" attributes are passing after this 2gridaccumulator transformer or not.
In the interim, try setting "Yes" to the "Input is Ordered by Group" parameter.
-----
Group By: coupe_h coupe_v fid
Input is Ordered by Group: Yes
-----
FME 2015.1.1.0 build 15515
Thanks a lot for ur answer ! Thank You very much Takashi it work when i set yes to input in order by group :)
Thank You Pratap for your help, also NielsGerrits thank u too :)
Good day