Hello there!
Can anybody help me with CueGroup problem i have on Document Page in NAV 2013.
I created a new document page and i wanted to show some data in Cues.I added CueGroup and i could see them on Document Page.Blue nice cues,drilldown worked fine,i could open new page and could see some entries.But,the number in Cues didnt change.It showed Zero always.
The same solution works perfect in NAV 2018.
Is there a way to do the same in NAV 2013?
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
But, there is one thing you should know if this Cue is reading from FlowField and you are not calculating the value with functions:
When you create the table with fields which will be shown as Cues you add:
PrimaryKey Integer [OrWhatEverType]
Field1 Integer [FlowField]
FIeld2 Integer [FlowField]
if you create the table and you run it, all values will be zero, and that is because the table is not initialized by his own. Try to add any acceptable value for your primary key field and go on next line. After that the table will start to calculate FlowFields and the Cue will have the value.
If this is not scenario in your case, than please explain with more details how do you fill the number in the cue, does it with flowfields or with functions. How ever it is, if it work on 2018 you probably making some mistake that won't work on 2013