Jump to content
  • 0

Data Grouping option is not available in some formulas


CapNcook

Question

Hi,

I have an issue where some of my formulas are avaible in to group and some are not

For example I have this formula [@field:Firstname] +space(1)+[@field:LastName] and I cant group my reports with this field but with my other formulas such as field1+field2 it's available. Anyone encounter this issue?
image.thumb.png.7921d95aceefa3ef3ce5ec257cd22ab6.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

Hi,

I think the issue is in the size of the field. The grouping is not allowed for long text. You can try converting your formula to varchar 255. 

Example:


cast([@field:First_Name]+Space(1)+[@field:Last_Name]+','+Space(2)+[@field:Address_1] as nvarchar(255))

Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...